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
Indeed. I've updated the code to conform to that document. But I am starting to get worried about the ad-hoc way people are making changes to it. A standard that changes randomly isn't much of a standard.
Not sure if this is a bug or I'm missing something. According to https://developer.mozilla.org/en-US/docs/SpiderMonkey/Parser_API
TryStatement is always expected to have "guardedHandlers" property.
But on this link https://bugzilla.mozilla.org/show_bug.cgi?id=742612 "guardedHandlers" is marked as optional. The latter document could be outdated though.
So, esprima always adds empty array for "guardedHandlers" should acorn do this too?
Escodegen assumes this property always present in AST.
The text was updated successfully, but these errors were encountered: