Skip to content

feat: Adds ES Module Interop to allow default imports #5

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

Merged
merged 1 commit into from
Sep 24, 2018

Conversation

ryasmi
Copy link
Member

@ryasmi ryasmi commented Sep 24, 2018

BREAKING CHANGE: import * as foobar from 'foobar' must be changed to import foobar from 'foobar' for modules using exports = foobar.

…orts.

BREAKING CHANGE: `import * as foobar from 'foobar'` must be changed to `import foobar from 'foobar'` for modules using `exports = foobar`.
@ryasmi ryasmi self-assigned this Sep 24, 2018
@GooBall
Copy link

GooBall commented Sep 24, 2018

@ryansmith94 When is this planned to go in?

@ryasmi
Copy link
Member Author

ryasmi commented Sep 24, 2018

Will merge it as a breaking change pretty soon @GooBall 👍 I'd like to get the other rules polished a bit first, playing around in SID with new rules.

@ryasmi ryasmi merged commit 5530005 into master Sep 24, 2018
@ryasmi
Copy link
Member Author

ryasmi commented Sep 24, 2018

Approved with Callum and changed based on work with SID.

@ryasmi ryasmi deleted the es-module-interop branch September 24, 2018 14:22
@HT2Bot
Copy link
Member

HT2Bot commented Sep 24, 2018

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants