mirror of
https://github.com/jehna/humanify.git
synced 2026-04-27 09:35:58 +03:00
[PR #252] [MERGED] Fix strict mode crashing on arguments assign #291
Labels
No labels
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/humanify#291
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jehna/humanify/pull/252
Author: @jehna
Created: 12/16/2024
Status: ✅ Merged
Merged: 12/16/2024
Merged by: @jehna
Base:
main← Head:fix/arguments-crash📝 Commits (1)
e39a616Fix strict mode crashing on arguemnts assign📊 Changes
2 files changed (+18 additions, -1 deletions)
View changed files
📝
src/plugins/local-llm-rename/visit-all-identifiers.test.ts(+17 -0)📝
src/plugins/local-llm-rename/visit-all-identifiers.ts(+1 -1)📄 Description
The script was assumed to be in
strictmode, which is the functionality ofsourceType: "module". This is wrong, as we cannot assume that the script would be in a strict mode.Fixes #251
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.