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
In the ES2022 grammar, Statement doesn't cover FunctionDeclaration and ExpressionStatement doesn't contain a production rule started from the function token.
However, major browser engines (Gecko and Chromium) can parse this js file without any parse errors.
The text was updated successfully, but these errors were encountered:
masnagam
changed the title
Parsing https://cdnjs.cloudflare.com/ajax/libs/merger/0.28.4/bundles/function.main.js fails
jsparser: support Annex B in ECMA-262
Jan 19, 2024
jsparser fails at the following location:
In the ES2022 grammar,
Statement
doesn't coverFunctionDeclaration
andExpressionStatement
doesn't contain a production rule started from thefunction
token.However, major browser engines (Gecko and Chromium) can parse this js file without any parse errors.
The text was updated successfully, but these errors were encountered: