mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
13 lines
502 B
Plaintext
13 lines
502 B
Plaintext
error: Unexpected token `}`. Expected this, import, async, function, [ for array literal, { for object literal, @ for decorator, function, class, null, true, false, number, bigint, string, regexp, ` for template literal, (, or an identifier
|
|
--> $DIR/tests/test262-parser/fail/e3a388ec11e4d061.js:1:21
|
|
|
|
|
1 | var obj = { *test** }
|
|
| ^
|
|
|
|
error: Expression expected
|
|
--> $DIR/tests/test262-parser/fail/e3a388ec11e4d061.js:1:18
|
|
|
|
|
1 | var obj = { *test** }
|
|
| ^^
|
|
|