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

Use strict-mode compatible octal literals #100

Closed
wants to merge 1 commit into from
Closed

Use strict-mode compatible octal literals #100

wants to merge 1 commit into from

Conversation

skeggse
Copy link

@skeggse skeggse commented Nov 21, 2018

If you're doing unsupported things like trying to bundle npm's CLI, and are using a bundler that assumes ES6 modules for all source files, then the deprecated octal literals used here are problematic. This PR replaces the deprecated form with the modern octal literal form.

@skeggse skeggse requested a review from a team as a code owner November 21, 2018 01:17
@skeggse
Copy link
Author

skeggse commented Nov 21, 2018

Error: brain is off. This is a dependency.

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