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

[BUGFIX release] Ensure "use strict"; is properly added for modules. #11917

Merged
merged 1 commit into from
Jul 29, 2015

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jul 29, 2015

Esperanto would automatically add "use strict"; to the beginning of every file. When we swapped to using Babel for module transpilation, we forgot to update the Babel whitelist to add "use strict"; back.

This has been an issue since v1.13.0.

Thanks to @stefanpenner for reporting.

Esperanto would automatically add `"use strict";` to the beginning of
every file. When we swapped to using Babel for module transpilation, we
forgot to update the Babel whitelist to add `"use strict";` back.

This has been an issue since v1.13.0.
rwjblue added a commit that referenced this pull request Jul 29, 2015
[BUGFIX release] Ensure `"use strict";` is properly added for modules.
@rwjblue rwjblue merged commit eb8049d into emberjs:master Jul 29, 2015
@rwjblue rwjblue deleted the update-emberjs-build branch July 29, 2015 11:52
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

1 participant