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

Add missing commas so that "use strict" works #161

Merged
merged 3 commits into from
Aug 16, 2022

Conversation

jimrandomh
Copy link
Contributor

Co-Authored-By: jpaddison3 [email protected]

When we experimented with adding "use strict" to our codebase in a way that accidentally covered all of node_modules, this file crashed on start because crypto is an assignment to an undeclared variable. It's an undeclared variable because the preceding line is missing a comma. Fix that, so that this file can pass use strict.

Co-Authored-By: jpaddison3 <[email protected]>

When we experimented with adding "use strict" to our codebase in a way that accidentally covered all of `node_modules`, this file crashed on start because `crypto` is an assignment to an undeclared variable. It's an undeclared variable because the preceding line is missing a comma. Fix that, so that this file can pass `use strict`.
@jimrandomh jimrandomh requested a review from a team as a code owner June 30, 2022 20:10
@richard-julien
Copy link

Anyone to merge that? Also needed on my side to be able to build with latest version of esbuild.
Thanks

frederikprijck
frederikprijck previously approved these changes Aug 15, 2022
@frederikprijck frederikprijck merged commit 7771d2d into auth0:master Aug 16, 2022
@frederikprijck frederikprijck mentioned this pull request Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants