mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
error: Expected ';', '}' or <eof>
|
|
--> $DIR/tests/test262-parser/fail/b8599b4858409b7f.js:1:17
|
|
|
|
|
1 | 'use strict'; a package
|
|
| ^^^^^^^
|
|
|
|
|
note: This is the expression part of an expression statement
|
|
--> $DIR/tests/test262-parser/fail/b8599b4858409b7f.js:1:15
|
|
|
|
|
1 | 'use strict'; a package
|
|
| ^
|
|
|