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

transforms: support babel6 #12

Closed
wants to merge 1 commit into from
Closed

Conversation

alunny
Copy link
Collaborator

@alunny alunny commented Jan 29, 2016

A change in the output from Babel 6 emits default transforms as
module.default rather than module["default"]. This changes the shape
of the node that globalize-compiler examines.

See also rxaviers/react-globalize-compiler#8

A change in the output from Babel 6 emits default transforms as
`module.default` rather than `module["default"]`. This changes the shape
of the node that globalize-compiler examines.
@alunny
Copy link
Collaborator Author

alunny commented Jan 29, 2016

I have a similar change for react-globalize-compiler in the works.

edit: up now rxaviers/react-globalize-compiler#8

},
"devDependencies": {
"babel": "^5.6.14",
"babel": "^6.3.26",
Copy link
Member

Choose a reason for hiding this comment

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

Actually, we support babel ^5.6 or 6.x, right? If so, we don't need to restrict it to 6.x only.

Copy link
Member

Choose a reason for hiding this comment

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

Nevermind, this is devDependencies...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It would be great if we could have both vendored in for testing, but npm doesn't make that very easy.

Copy link
Member

Choose a reason for hiding this comment

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

Yeap, it would.

@scottgonzalez, @jzaefferer, do you have any suggestions for that please? jQuery UI uses bower. Any projects doing this with npm that I could use as baseline?

Choose a reason for hiding this comment

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

No idea.

Choose a reason for hiding this comment

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

@ashleygwilliams Any suggestions? I feel like you recently had a tweet about something like this with Travis builds.

Choose a reason for hiding this comment

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

You can have a subdirectory with its own package.json file, that would let you install different versions of Babel in different subdirectories. the TodoMVC repo does that, there's a main package.json for the repo and then others for each example.

Copy link
Member

Choose a reason for hiding this comment

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

Thank you all for your comments. Since this isn't a blocker for this PR, I've moved this into #13

@rxaviers
Copy link
Member

Excellent, thanks for the PR.

@rxaviers
Copy link
Member

rxaviers commented Feb 1, 2016

I took the liberty to leave aside the changes to the package.json.

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

5 participants