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

SyntaxError: Octal literals are not allowed in strict mode. #368

Merged
merged 2 commits into from
Sep 3, 2015
Merged

SyntaxError: Octal literals are not allowed in strict mode. #368

merged 2 commits into from
Sep 3, 2015

Conversation

tom--
Copy link
Contributor

@tom-- tom-- commented May 15, 2015

node v0.12.1 --use-strict objects with

SyntaxError: Octal literals are not allowed in strict mode.

to the two lines affected by this PR.

@tom--
Copy link
Contributor Author

tom-- commented Aug 13, 2015

I just noticed that this isn't really a syntax error. node says it it but it's really a morphology grammar error.

Just a nerdy by-the-by. PR still required for strict ES6.

@jirwin
Copy link
Collaborator

jirwin commented Sep 3, 2015

+1

jirwin added a commit that referenced this pull request Sep 3, 2015
SyntaxError: Octal literals are not allowed in strict mode.
@jirwin jirwin merged commit 824789e into martynsmith:master Sep 3, 2015
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.

None yet

2 participants