oxc/crates/oxc_codegen/src
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
..
context.rs fix(codegen): format new expression + call expression with the correct parentheses (#2330) 2024-02-06 22:06:12 +08:00
gen.rs fix(codegen): using declaration in for statement (#3285) 2024-05-14 23:10:47 -04:00
gen_ts.rs refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
lib.rs refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
operator.rs
sourcemap_builder.rs chore: avoid unsafe code search original name (#2895) 2024-04-03 11:34:21 +00:00