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

internal: avoid JS identifier #6839

Merged
merged 1 commit into from
Jun 29, 2024
Merged

Conversation

cometkim
Copy link
Member

package is a reserved identifier in JavaScript. should throw SyntaxError in strict mode.

  • Switch to Biome #6838 Biome can audit this kind of problems
  • I'm migrating the codebase to ESM, which is in strict mode by default.

@cknitt cknitt merged commit 73182ec into rescript-lang:master Jun 29, 2024
20 checks passed
@cometkim cometkim deleted the avoid-keyword branch June 29, 2024 17:13
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.

2 participants