-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
And enable early/fail tests from test262-parser-tests.
- (Optional) Check for unmatched labels and recover from it
This can be done by storing current labels in the parser and checking if it matches.
This should be optional as it may degrade performance.
(e.g. deno may not require such feature as they run the javascript file right away)