mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
07e2cffb43
swc_ecma_parsr: - fix parsing of invalid utf8 characters (#261) - fix parsing of function body (#257) - fix parsing of () => (x = true) (#259) swc_ecma_transforms: - fix default arguments in arrow expression (#254) - fix assignment pattern in array pattern (#260) - make amd / umd configurable. (#262)
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
error: Invalid character in identifier
|
|
--> $DIR/tests/test262-parser/fail/d4cf8ae9018f6a28.js:1:1
|
|
|
|
|
1 | \uD800\uDC00
|
|
| ^^^^^^
|
|
|