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

Bug in analysis of ES2015 Arrow functions #108

Closed
bd82 opened this issue Dec 23, 2015 · 1 comment
Closed

Bug in analysis of ES2015 Arrow functions #108

bd82 opened this issue Dec 23, 2015 · 1 comment
Labels

Comments

@bd82
Copy link
Member

bd82 commented Dec 23, 2015

The () => { } pattern seems to mess up the regExp used when performing analysis.

@bd82
Copy link
Member Author

bd82 commented Dec 23, 2015

The issue was a simple edge case bug when building the Grammar Ast (GAST).
$.OPTION(() => { would not work but
$.OPTION( () => { did work.

@bd82 bd82 closed this as completed in b6a2df7 Dec 23, 2015
@bd82 bd82 changed the title Support Parser analysis for functions using ES2015 Arrow functions Bug in analysis of ES2015 Arrow functions Dec 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant