mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
d074063867
Implement some error recovery logic to parser
13 lines
352 B
Plaintext
13 lines
352 B
Plaintext
error: Legacy octal escape is not permitted in strict mode
|
|
--> $DIR/tests/test262-parser/fail/37e9fb0470e7ec3d.js:1:19
|
|
|
|
|
1 | 'use strict'; ('\000')
|
|
| ^^
|
|
|
|
error: Legacy octal escape is not permitted in strict mode
|
|
--> $DIR/tests/test262-parser/fail/37e9fb0470e7ec3d.js:1:17
|
|
|
|
|
1 | 'use strict'; ('\000')
|
|
| ^^
|
|
|