oxc/crates/oxc_codegen
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
..
examples fix(sourcemap): using serde_json::to_string to quote sourcemap string (#2889) 2024-04-03 12:14:45 +08:00
src fix(codegen): using declaration in for statement (#3285) 2024-05-14 23:10:47 -04:00
tests fix(codegen): using declaration in for statement (#3285) 2024-05-14 23:10:47 -04:00
Cargo.toml Release crates v0.13.0 2024-05-14 23:14:15 +08:00
CHANGELOG.md Release crates v0.13.0 2024-05-14 23:14:15 +08:00