Skip to content

Handle early errors in ecmascript parser #5

@kdy1

Description

@kdy1

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions