mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
13 lines
253 B
Plaintext
13 lines
253 B
Plaintext
error: Expected unicode escape
|
|
--> $DIR/tests/test262-parser/fail/033c083bb1f44642.js:1:7
|
|
|
|
|
1 | \uD800\x62
|
|
| ^
|
|
|
|
error: Invalid character in identifier
|
|
--> $DIR/tests/test262-parser/fail/033c083bb1f44642.js:1:1
|
|
|
|
|
1 | \uD800\x62
|
|
| ^^^^^^
|
|
|