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

Fix strict mode crashing on arguments assign #252

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Conversation

jehna
Copy link
Owner

@jehna jehna commented Dec 16, 2024

The script was assumed to be in strict mode, which is the functionality of sourceType: "module". This is wrong, as we cannot assume that the script would be in a strict mode.

Fixes #251

The script was assumed to be in `strict` mode, which is the
functionality of `sourceType: "module"`. This is wrong, as we cannot
assume that the script would be in a strict mode.
@jehna jehna changed the title Fix strict mode crashing on arguemnts assign Fix strict mode crashing on arguments assign Dec 16, 2024
@jehna jehna merged commit de64ca0 into main Dec 16, 2024
4 checks passed
@jehna jehna deleted the fix/arguments-crash branch December 16, 2024 19:05
jehna added a commit that referenced this pull request Dec 16, 2024
Fix strict mode crashing on arguments assign
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.

Seeking Advice: Assigning to 'arguments' in strict mode
1 participant