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
ikarienator
changed the title
Expose an generator parser to report nodes once its marked with markLocation.
Future: Expose an generator parser to report nodes once its marked with markLocation.
Feb 21, 2015
This will be much more tractable with two-phase parsing. Parse errors will not be nearly as far away from the source text as early errors.
michaelficarra
changed the title
Future: Expose an generator parser to report nodes once its marked with markLocation.
expose an generator parser to report nodes once its marked with markLocation.
Mar 9, 2015
That is, in a bottom-up fashion.
The problem is in ES6, we cannot report anything until we are sure we are not parsing parameters of
ArrowExpression
s.The text was updated successfully, but these errors were encountered: