mirror of
https://github.com/danbulant/oxc
synced 2026-05-21 13:18:59 +00:00
Fixes conformance tests for `using` declarations in for statements, e.g.
```ts
for (using x = 1;;) {}
```
|
||
|---|---|---|
| .. | ||
| mod.rs | ||
Fixes conformance tests for `using` declarations in for statements, e.g.
```ts
for (using x = 1;;) {}
```
|
||
|---|---|---|
| .. | ||
| mod.rs | ||