You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a test case for malformed JS and a bit of extra code in the
JS Scanner to make sure we handle SyntaxErrors, which are a bit
different from other errors created by ESLint.
Fixes#52.
Adds a test case for malformed JS and a bit of extra code in the
JS Scanner to make sure we handle SyntaxErrors, which are a bit
different from other errors created by ESLint.
Fixes#52.
Adds a test case for malformed JS and a bit of extra code in the
JS Scanner to make sure we handle SyntaxErrors, which are a bit
different from other errors created by ESLint.
Fixes#52.
This is a test case I hadn't considered in #44; I'll leave it here as a separate bug.
We should be sure bad JS like:
doesn't crash the validator.
Turns out this is the
syntax_error
rule. This is a good one to implement early I think.The text was updated successfully, but these errors were encountered: