swc/ecmascript/parser/tests/test262-error-references/fail/4a19d40213c79876.js.stderr
강동윤 fe260a02e2
ES2020 (#855)
Adapt es2020. API is not changed, but config for merged proposals are now noop.
2020-06-20 15:09:57 +09:00

13 lines
264 B
Plaintext

error: Expected ';', '}' or <eof>
--> $DIR/tests/test262-parser/fail/4a19d40213c79876.js:1:3
|
1 | i #= 0
| ^
|
note: This is the expression part of an expression statement
--> $DIR/tests/test262-parser/fail/4a19d40213c79876.js:1:1
|
1 | i #= 0
| ^