Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose an generator parser to report nodes once its marked with markLocation. #86

Open
ikarienator opened this issue Feb 17, 2015 · 1 comment
Milestone

Comments

@ikarienator
Copy link
Contributor

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 ArrowExpressions.

@ikarienator ikarienator added this to the Future milestone Feb 20, 2015
@ikarienator 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
@michaelficarra
Copy link
Member

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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants