mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
993b77b325
swc_ecma_parser: - Improve error messages
7 lines
180 B
Plaintext
7 lines
180 B
Plaintext
error: Unexpected token `.`. Expected yield, an identifier, [ or {
|
|
--> $DIR/tests/test262-parser/fail/ca424e812e0896bd.js:1:15
|
|
|
|
|
1 | (function* ([a.b]) {})
|
|
| ^
|
|
|