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

feature/forawaitof #496

Closed
wants to merge 2 commits into from
Closed

Conversation

p0-tato
Copy link

@p0-tato p0-tato commented Feb 3, 2025

I found that the current version of Fuzzilli does not generate for await... of statements. I implemented it by referring to MDN and the existing implementation of the for of statement within Fuzzilli. Additionally, I fixed a typo in Sources/Fuzzilli/Compiler/Parser/parser.js.

This is my first time making changes to Fuzzilli's code, so there might be mistakes. I would appreciate any feedback.

@p0-tato p0-tato force-pushed the feature/forawaitof branch 2 times, most recently from 2fa1934 to 7f71d23 Compare February 4, 2025 14:33
@p0-tato p0-tato force-pushed the feature/forawaitof branch from 7f71d23 to ea570b0 Compare February 4, 2025 15:12
@p0-tato p0-tato closed this Feb 8, 2025
@p0-tato
Copy link
Author

p0-tato commented Feb 8, 2025

The current PR contains commits with two separate purposes—one for typo corrections and another for modifications to the for-await-of statement. Therefore, I will split them and submit a new PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant