oxc/crates/oxc_codegen/tests
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
..
mod.rs fix(codegen): using declaration in for statement (#3285) 2024-05-14 23:10:47 -04:00