-
Notifications
You must be signed in to change notification settings - Fork 14
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
Another JS parser? #26
Comments
Thanks, we're using acorn and it doesn't have his option. |
Still considering Cherow, but it doesn't offer some any walker algorithm so it would have to be re-implemented. |
@KFlash I applaud your dedication to making your library easier to use. A parser delegate sound like a very useful addition for some people, but it doesn't work for me: unfortunately, I need to run the walker on nodes, after parsing. I don't think it'll be a huge effort so don't worry - Acorn's walker will probably be very easy to adapt. |
Thanks @KFlash, estraverse look like something I could use. I already do manual traversing up to a certain point, then I delegate to the generic walk algorithm - which could be estraverse or I'll just implement it. I hadn't looked at Acorn's implementation but I wouldn't blindly port it, just make sure I don't miss anything :) |
https://github.com/cherow/cherow
Should support import().
The text was updated successfully, but these errors were encountered: