mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 20:28:58 +00:00
29 lines
703 B
Text
29 lines
703 B
Text
parser_misc Summary:
|
||
AST Parsed : 9/9 (100.00%)
|
||
Positive Passed: 9/9 (100.00%)
|
||
Negative Passed: 3/3 (100.00%)
|
||
× Unexpected token
|
||
╭─[fail/oxc-169.js:1:1]
|
||
1 │ 1<(V=82<<t-j0<(V=$<LBI<(V=ut<I<(V=$<LBI<(V=uIV=82<<t-j0<(V=$<LBI<(V=ut<I<(V=$<LBI<(V<II>
|
||
╰────
|
||
|
||
× Empty parenthesized expression
|
||
╭─[fail/oxc-232.js:1:1]
|
||
1 │ x = (/* a */)
|
||
· ─────────
|
||
╰────
|
||
|
||
× The keyword 'let' is reserved
|
||
╭─[fail/oxc.js:1:1]
|
||
1 │ let.a = 1;
|
||
· ───
|
||
2 │ let()[a] = 1;
|
||
╰────
|
||
|
||
× The keyword 'let' is reserved
|
||
╭─[fail/oxc.js:1:1]
|
||
1 │ let.a = 1;
|
||
2 │ let()[a] = 1;
|
||
· ───
|
||
╰────
|
||
|