oxc/crates
Don Isaac a12ed0fd26
fix(codegen): using declaration in for statement (#3285)
Fixes conformance tests for `using` declarations in for statements, e.g.
```ts
for (using x = 1;;) {}
```
2024-05-14 23:10:47 -04:00
..
oxc Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_allocator Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_ast Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_ast_macros Release crate oxc_ast_macros v0.13.0 2024-05-14 23:15:20 +08:00
oxc_cli feat(cli): add --symlinks to allow symbolic walking (#3244) 2024-05-12 05:52:23 +00:00
oxc_codegen fix(codegen): using declaration in for statement (#3285) 2024-05-14 23:10:47 -04:00
oxc_diagnostics Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_index Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_js_regex refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
oxc_language_server refactor: clean up more diagnostics usages 2024-05-12 21:46:03 +08:00
oxc_linter feat(linter): add use-isnan fixer for (in)equality operations (#3284) 2024-05-15 02:20:52 +00:00
oxc_macros refactor(linter): reduce llvm lines generated by RuleEnum::read_json (#3207) 2024-05-08 21:53:06 +08:00
oxc_minifier Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_module_lexer refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
oxc_parser perf(lexer): dedupe numeric separator check (#3283) 2024-05-15 01:48:21 +00:00
oxc_prettier fix(parser): correctly parse cls.fn<C> = x (#3208) 2024-05-09 10:23:45 +08:00
oxc_semantic Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_sourcemap Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_span Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_syntax Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_transformer refactor(transformer): improve indentation (#3282) 2024-05-14 17:53:11 +00:00
oxc_traverse chore(traverse): revert the build script 2024-05-15 00:07:56 +08:00
oxc_wasm refactor: clean up more diagnostics usages 2024-05-12 21:46:03 +08:00