Skip to content

Fixed IE8 "Expected identifier" error#414

Merged
thebigredgeek merged 1 commit intodebug-js:masterfrom
vgoma:export-default-fix
Jan 20, 2017
Merged

Fixed IE8 "Expected identifier" error#414
thebigredgeek merged 1 commit intodebug-js:masterfrom
vgoma:export-default-fix

Conversation

@vgoma
Copy link
Copy Markdown
Contributor

@vgoma vgoma commented Jan 16, 2017

"default" is reserved word in IE8. So it produces 'Expected identifier' error. Fixed that with quotes.

@coveralls
Copy link
Copy Markdown

coveralls commented Jan 16, 2017

Coverage Status

Coverage remained the same at 63.75% when pulling 78ae6c9 on vgoma:export-default-fix into 1c163a4 on visionmedia:master.

@fleeco
Copy link
Copy Markdown

fleeco commented Jan 19, 2017

This makes the library compatible with IE8 - which is super useful for me. Thanks!

@vvo
Copy link
Copy Markdown

vvo commented Jan 19, 2017

Also looking forward to this fix, any feedback @thebigredgeek?

@TooTallNate
Copy link
Copy Markdown
Contributor

👍 But if you could, just have it be the single line change for the quotes. We have a release process that happens in a separate commit.

@thebigredgeek thebigredgeek merged commit 705a9fe into debug-js:master Jan 20, 2017
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.

6 participants