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 assignment for IE #125

Merged
merged 1 commit into from
Sep 19, 2019
Merged

Fix assignment for IE #125

merged 1 commit into from
Sep 19, 2019

Conversation

geraldlai
Copy link
Contributor

@geraldlai geraldlai commented Sep 19, 2019

Destructuring assignments are not suppported in IE. Loading such code as
var { config } = in IE will result in an Expected identifier error.

FIxes #126

Destructuring assignments are not suppported in IE. Loading such code as
`var { config } =` in IE will result in an `Expected identifier` error.
@jrjohnson
Copy link
Collaborator

Thanks @geraldlai. I thought this was getting transpiled out, sorry! I'll merge and release ASAP.

@jrjohnson jrjohnson merged commit 6b52071 into FortAwesome:master Sep 19, 2019
@BarryThePenguin
Copy link

Came here for this 😭 Thank you!

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.

"Expected identifier" error in Internet Explorer
3 participants