Skip to content

Fix strict mode crashing on arguments assign#252

Merged
jehna merged 1 commit intomainfrom
fix/arguments-crash
Dec 16, 2024
Merged

Fix strict mode crashing on arguments assign#252
jehna merged 1 commit intomainfrom
fix/arguments-crash

Conversation

@jehna
Copy link
Copy Markdown
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
@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.

1 participant