oxc/crates
Luca Bruno 65aee19098
refactor(isolated-declarations): reorganize scope tree (#4070)
This reorganizes scope fields into levels which atomically follow the
enter/leave pattern. It avoids tracking the same lenght and capacity
separately for each property, and does not need to grow multiple vectors
while traversing.
2024-07-06 22:53:00 +08:00
..
oxc Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_allocator Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_ast refactor(ast): inline trivial functions and shorten code (#4066) 2024-07-06 09:56:36 +00:00
oxc_ast_macros Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_cfg Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_codegen fix(codegen): missing TypeParameters in TSConstructSignature (#4063) 2024-07-06 13:59:49 +08:00
oxc_diagnostics Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_index Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_isolated_declarations refactor(isolated-declarations): reorganize scope tree (#4070) 2024-07-06 22:53:00 +08:00
oxc_js_regex
oxc_language_server refactor(linter): LintContext can now only be constructed with a cfg enabled semantic. (#3761) 2024-06-19 13:01:33 +00:00
oxc_linter feat(linter/eslint): Implement no-multi-str (#4038) 2024-07-06 22:12:10 +08:00
oxc_macros chore: do not compile test crates that have no tests 2024-06-24 00:20:04 +08:00
oxc_minifier chore(minifier): add dce example 2024-07-05 16:23:51 +08:00
oxc_module_lexer Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_parser perf(parser): do not copy comments (#4067) 2024-07-06 09:56:41 +00:00
oxc_prettier feat(ast,codegen): add TSParenthesizedType and print type parentheses correctly (#3979) 2024-06-30 07:57:48 +00:00
oxc_semantic Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_sourcemap Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_span Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_syntax Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_transformer Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_traverse Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_wasm refactor(transformer): pass in symbols and scopes (#3978) 2024-06-30 06:33:48 +00:00