Boshen
|
90004ba4be
|
fix(cli): print number of threads used by rayon instead of number of cores
|
2023-06-27 22:05:44 +08:00 |
|
Boshen
|
662229ab69
|
refactor(semantic): use std::cell:OnceCell instead of the crate version
|
2023-06-26 21:48:55 +08:00 |
|
阿良仔
|
26c3ece37c
|
feat: handle UnaryOpsWithBigInt (#475)
|
2023-06-25 22:37:36 +08:00 |
|
Maneren
|
b31819d7a1
|
feat(cli): Basic recursive implementation of module based linting (#468)
|
2023-06-23 08:26:05 +08:00 |
|
Ben
|
67a86063e9
|
Update to latest Ezno checker and more (#463)
|
2023-06-21 08:09:41 +08:00 |
|
Boshen
|
19b839efe9
|
perf(semantic): use IndexVec instead of indextree for ast nodes (#462)
|
2023-06-20 15:21:58 +08:00 |
|
Boshen
|
d30735677b
|
refactor(semantic): merge semantic2 crate into semantic crate (#460)
|
2023-06-19 20:20:59 +08:00 |
|
Boshen
|
0d5db3d2f7
|
feat(benchmark): add bench semantic
|
2023-06-19 18:30:30 +08:00 |
|
Boshen
|
ab25bdebe4
|
deps: bump deps
|
2023-06-14 22:37:27 +08:00 |
|
Boshen
|
a79480b078
|
feat(minifier): separate mangler pass (#439)
|
2023-06-14 10:46:13 +08:00 |
|
Boshen
|
dcb38f2277
|
refactor(semantic): move SymbolId and SymbolFlags to oxc_syntax
|
2023-06-12 20:55:16 +08:00 |
|
Boshen
|
5c91fd54e3
|
feat(minifier): print [-In] Context (#428)
|
2023-06-11 16:44:48 +08:00 |
|
Ben
|
304eaddb8f
|
feat(type): Add oxc_type_synthesis (#413)
Co-authored-by: Boshen <boshenc@gmail.com>
|
2023-06-07 23:52:58 +08:00 |
|
Boshen
|
2bebbb5a77
|
feat(website): add linter / minifier / formatter to the playground (#407)
|
2023-06-04 15:30:55 +08:00 |
|
Boshen
|
62f9682564
|
deps(rust): bump criterion
|
2023-06-04 14:04:37 +08:00 |
|
Boshen
|
e88fd86b17
|
feat(website): integrate oxc wasm into the playground (#404)
|
2023-06-03 10:20:50 +08:00 |
|
Boshen
|
6acf33887c
|
fix(lower): avoid stack overflow during expression visit (#400)
|
2023-06-01 15:12:08 +08:00 |
|
Boshen
|
d1a930d95c
|
fix(cli): turn on clap default features, which contains --help
closes #398
|
2023-05-31 19:12:04 +08:00 |
|
Boshen
|
6ef839b781
|
chore(rust): bump deps
|
2023-05-31 16:34:28 +08:00 |
|
Boshen
|
24f11a4ea8
|
refactor(syntax): move identifier related code from lexer to syntax
|
2023-05-27 11:00:02 +08:00 |
|
Boshen
|
a31c7ac77a
|
refactor(index): use static_assertions
|
2023-05-24 22:53:11 +08:00 |
|
Boshen
|
30fc21ce54
|
refactor(index): use index_vec crate (#383)
|
2023-05-24 21:45:06 +08:00 |
|
Yoni Feng
|
c1d1846714
|
Add Brotli size to minsize task output (#377)
|
2023-05-23 17:00:49 +08:00 |
|
Boshen
|
827cef3311
|
chore(minsize): use default version of flate2 (removes 2 extra dependencies)
|
2023-05-23 00:32:00 +08:00 |
|
Boshen
|
d407cd9675
|
feat(minifier): add allocator to minifier example
|
2023-05-22 12:23:04 +08:00 |
|
Boshen
|
5eeb2b0684
|
refactor(ast): remove ordered_float::NotNan<f64> from NumberLiteral
This is not easy to use
|
2023-05-21 21:46:45 +08:00 |
|
Boshen
|
69b3aff858
|
feat(minifier): add --mangle option to example
|
2023-05-21 14:45:24 +08:00 |
|
Boshen
|
df06c3a51a
|
feat(benchmark): add minifier to benchmark (#365)
|
2023-05-20 22:31:04 +08:00 |
|
Boshen
|
f8828db68c
|
feat(semantic2): slot based mangler (#364)
|
2023-05-20 19:00:57 +08:00 |
|
Boshen
|
ebfaa3b940
|
feat(hir,minifier): wire up mangling
|
2023-05-13 21:59:42 +08:00 |
|
Boshen
|
6e8d342403
|
feat(minifier): add mangle option
|
2023-05-13 16:03:43 +08:00 |
|
Boshen
|
1f5fa8d6cb
|
feat: reimplement semantic builder (#354)
|
2023-05-13 15:20:00 +08:00 |
|
Boshen
|
14720e7c69
|
refactor: move SourceType from oxc_ast to oxc_span (#351)
related #350
|
2023-05-12 23:16:14 +08:00 |
|
Boshen
|
9465b5f596
|
refactor(span): move base54 function to oxc_span
|
2023-05-12 17:02:27 +08:00 |
|
Boshen
|
ec092eab01
|
deps(rust): bump dependencies
|
2023-05-12 11:23:41 +08:00 |
|
Boshen
|
48e524ddcf
|
feat(ast_lower): scope tree (#344)
|
2023-05-10 22:38:34 +08:00 |
|
Boshen
|
6924e59c5c
|
chore: remove unused dependencies found by cargo-machete
|
2023-05-10 19:22:22 +08:00 |
|
Boshen
|
0f57a512f5
|
refactor(Formatter): remove minification logic
|
2023-05-08 22:59:18 +08:00 |
|
Boshen
|
1b83e6c16e
|
feat(oxc_index): add static_assert_size for compile time evaluation (#343)
|
2023-05-08 22:20:54 +08:00 |
|
Boshen
|
c5c88a965d
|
feat(oxc_index): add crate (#342)
|
2023-05-08 22:01:18 +08:00 |
|
Boshen
|
65a445f512
|
refactor: move operator to oxc_syntax (#341)
|
2023-05-08 15:35:01 +08:00 |
|
Boshen
|
e897306f3d
|
chore(coverage): test serialization on ast and hir (#339)
|
2023-05-07 22:05:45 +08:00 |
|
Boshen
|
ddf4ac9cc2
|
refactor(formatter): remove whitespace minification from formatter (#337)
|
2023-05-07 17:58:57 +08:00 |
|
Boshen
|
c2428d8abd
|
chore: rename oxc_printer to oxc_formatter (#336)
|
2023-05-07 17:47:13 +08:00 |
|
Boshen
|
86c01c7fb8
|
feat(minifier): use hir (#335)
|
2023-05-07 17:23:00 +08:00 |
|
Boshen
|
72ba29f88b
|
feat(hir): complete first iteration of ast lowering (#327)
|
2023-05-06 19:13:44 +08:00 |
|
Boshen
|
99fdaad03a
|
chore(rust): bump bitflags to v2
|
2023-05-04 12:24:47 +08:00 |
|
Boshen
|
89352f85de
|
deps: bump dependencies
|
2023-05-04 11:33:01 +08:00 |
|
Boshen
|
59ff1fb289
|
HIR (#319)
|
2023-04-28 10:33:26 +08:00 |
|
Boshen
|
b6d00e5a6e
|
deps: remove thiserror from oxc_ast
|
2023-04-27 22:06:03 +08:00 |
|