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 for IE8 Parsing error #769

Merged
merged 1 commit into from
Nov 15, 2016
Merged

Fix for IE8 Parsing error #769

merged 1 commit into from
Nov 15, 2016

Conversation

bud-mo
Copy link
Contributor

@bud-mo bud-mo commented Nov 15, 2016

IE8 Does not accept the trailing comma on Object definition.
This fix let the IE8 parser to correctly parse the object instead of throwing an error for the trailing comma and exiting from the script.

IE8 Does not accept the trailing comma on Object definition.
This fix let the IE8 parser to correctly parse the object instead of throwing an error for the trailing comma and exiting from the script.
@benvinegar
Copy link
Contributor

@bud-mo – ugh, this is particularly painful, because neither ESLint nor our preprocessors made this safe. We will immediately release 3.8.1 with this fix and follow-up to make sure processes are in place so that it doesn't occur again.

@benvinegar benvinegar merged commit 50ed3ee into getsentry:master Nov 15, 2016
@benvinegar
Copy link
Contributor

Introduced in 3671931

benvinegar pushed a commit that referenced this pull request Nov 15, 2016
@MaxBittker
Copy link
Contributor

#771 hopefully means that this won't happen again

denstepa pushed a commit to denstepa/raven-js that referenced this pull request Jan 5, 2017
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.

4 participants