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 #515 Add required option to decorator plugin #518

Merged
merged 1 commit into from
Sep 10, 2018
Merged

Fix #515 Add required option to decorator plugin #518

merged 1 commit into from
Sep 10, 2018

Conversation

wyuenho
Copy link
Contributor

@wyuenho wyuenho commented Sep 8, 2018

  • Upgrade babel@7.0.0-rc1 to babel@7.0.0
  • Remove add-module-exports plugin requirement for bin scripts
  • Upgrade eslint and flow-bin

@wyuenho
Copy link
Contributor Author

wyuenho commented Sep 9, 2018

This is bug is caused by babel/babel#8465, see babel/babel#8562 for more info.

@wyuenho
Copy link
Contributor Author

wyuenho commented Sep 10, 2018

Please don't merge this yet, I'd like to remove my evil work twin from this PR when I get back home tonight... left my private key at home...

@trotzig
Copy link
Collaborator

trotzig commented Sep 10, 2018

Haha, okay! Well, I'm glad you are restrictive with your secrets.

Thanks a bunch for working on this. ❤️

- Upgrade babel@7.0.0-rc1 to babel@7.0.0
- Use decorator-legacy for the parser
- Remove add-module-exports plugin requirement for bin scripts
- Upgrade eslint and flow-bin
@wyuenho
Copy link
Contributor Author

wyuenho commented Sep 10, 2018

You can merge this now :)

"plugins": [
"add-module-exports",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's possible that this will break the Atom plugin (which I think assumes a commonjs export). In any case, I'll deal with that after the release.

@trotzig trotzig merged commit 7e7e4d2 into Galooshi:master Sep 10, 2018
@trotzig
Copy link
Collaborator

trotzig commented Sep 10, 2018

This PR was included in the 3.1.1 release. 🎉

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

2 participants