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

Handle JS reserved words #120

Closed
boxgaming opened this issue Dec 31, 2024 · 1 comment
Closed

Handle JS reserved words #120

boxgaming opened this issue Dec 31, 2024 · 1 comment
Assignees
Milestone

Comments

@boxgaming
Copy link
Owner

Update the compiler to rename variables or methods in the Basic source code which would cause errors due to collisions with JavaScript reserved words (new, this, etc.)

@boxgaming boxgaming self-assigned this Dec 31, 2024
@boxgaming boxgaming added this to the 0.9.0 Release milestone Jan 2, 2025
@boxgaming boxgaming moved this from Todo to In Progress in QBJS 1.0 Release Project Jan 2, 2025
@boxgaming boxgaming moved this from In Progress to Done in QBJS 1.0 Release Project Jan 6, 2025
@boxgaming
Copy link
Owner Author

Completed in release 0.9.0

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

No branches or pull requests

1 participant