Skip to content
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.

Remove es2015-loose, es2015-no-commonjs, etc with Babel 6.13.x #46

Open
Daniel15 opened this issue Aug 5, 2016 · 5 comments
Open

Remove es2015-loose, es2015-no-commonjs, etc with Babel 6.13.x #46

Daniel15 opened this issue Aug 5, 2016 · 5 comments
Assignees

Comments

@Daniel15
Copy link
Member

Daniel15 commented Aug 5, 2016

See discussion in #42 (comment)

From @taion:

The 6.13.x API actually moots es2015-loose, es2015-no-commonjs, &c. – might be worth cutting a breaking release that just drops those and has just es2015? That'd take the major version out of sync with Babel itself, though.

@Daniel15 Daniel15 self-assigned this Aug 5, 2016
@taion
Copy link
Contributor

taion commented Aug 5, 2016

It depends how closely you want to follow semver. Probably it would be more confusing than it'd be worth for the version of babel-standalone tracking Babel 6.13.x to be 7.0.0.

But it is really nice to just write

["es2015", { "modules": false }]
["es2015", { "loose": true }]

&c.

@Daniel15
Copy link
Member Author

Daniel15 commented Aug 5, 2016

I want to keep the version number equal to Babel's.

@Jessidhia
Copy link
Member

This depends on #49

@taion
Copy link
Contributor

taion commented Aug 25, 2016

Probably the only thing we can do here is to deprecate those, if we want to keep semver.

@hzoo
Copy link
Member

hzoo commented Aug 29, 2017

Ok we can do this easily (in the monorepo), just substitute it out (refactor) for now

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

No branches or pull requests

4 participants