-
Notifications
You must be signed in to change notification settings - Fork 12
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
ES6 fuzzing #21
Comments
Isn't that the |
It is, but repo was last updated a year ago, and a lot has changes since then both in ES spec and AST representations (we cleaned up and defined a lot of stuff in ESTree couple of months ago which fuzzer doesn't cover at the moment). |
Fair enough, sorry :). |
Yeah, sorry for not being precise enough in the first place :) |
Moreover - I might be wrong, but from code looks like option is just ignored at the moment. |
Yeah, I think it's ignored right now. PRs welcome of course, but I would strongly prefer a spec driven implementation over the current hand written one so that it is easy to track spec updates in the future. Relatedly, I will be releasing the Shift fuzzer within the next few days. |
Definitely, a spec driven would be awesome. We even have |
Now that ES6 is standardized, it would be awesome to be able to test tools by fuzzing ES6 code.
The text was updated successfully, but these errors were encountered: