swc/crates/swc_ecma_parser/tests/errors/ts1106/input.js.swc-stderr
2022-11-29 09:47:56 +00:00

8 lines
181 B
Plaintext

x The left-hand side of a `for...of` statement may not be `async`
,-[$DIR/tests/errors/ts1106/input.js:1:1]
1 | let async;
2 | for (async of [1]) ;
: ^^^^^
`----