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

Fix division by "this" #297

Closed
wants to merge 1 commit into from
Closed

Fix division by "this" #297

wants to merge 1 commit into from

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Dec 9, 2014

this / 100 is legal Javascript, and a variation of it actually appears
in moment.js.

Without this fix, esprima treats it as an un-terminated regular
expression.

https://code.google.com/p/esprima/issues/detail?id=616

`this / 100` is legal Javascript, and a variation of it actually appears
in moment.js.

Without this fix, esprima treats it as an un-terminated regular
expression.
@michaelficarra
Copy link
Contributor

LGTM.

@ariya
Copy link
Contributor

ariya commented Jan 3, 2015

@ef4 Got my email?

@ef4
Copy link
Contributor Author

ef4 commented Jan 3, 2015

@ariya Oh yes, reply sent just now.

@ariya
Copy link
Contributor

ariya commented Jan 3, 2015

Landed as ariya@3920416089. Thank you!

@ariya ariya closed this Jan 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants