kmagiera / babel-watch

Reload your babel-node app on JS source file changes. And do it fast.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supports for babel 7.0

shtse8 opened this issue · comments

Any plans to support babel 7.0?

me want ☹️

any update on this?

Thanks to the work of @good-idea and @monathur it is possible to install a version of babel-watch that works with Babel 7 using this command.

yarn add https://github.com/monathur/babel-watch.git --dev

I have been using @monathur fork since the release of babel 7 and it is working great!
Any update on merging the fork in @kmagiera repo?

@loris take a look at issue #71 as this integration will likely happen when maintainer is changed

@loris Today, I will refactor my fork and fix some minor bugs and then I will create a PR, so there's a chance for a quick release of the new version compatible with Babel 7

@kmagiera @monathur any idea when this will be released? Since at this point we'll still need to use the the fork

Any update ? @kmagiera

Hey! I just published a new release with all the stuff @monathur merged upstream. I think babel7 stuff is there too.

@monathur can you please ping me on twitter or email next time you want me to publish a release? I'd like to pass on the publish right to npmjs to you at some point too.

2.0.8 does not have Babel 7 support. Still specifies a peer dependency of Babel 6, and still looks for babel.util.*

thanks @philihp for the info – I was under the impression @monathur has merged all of his changes upstream already. If there are any outstanding changes that he might've missed can you please submit a PR with that and I'll cut another release shortly.

If you pull in the changes from https://github.com/monathur/babel-watch, you'll also want to pull in https://github.com/monathur/babel-watch/pull/2 since master is missing a lodash import.

anyone here interested in sending a PR that'd include necessary changes from @monathur's fork?

Thanks @pfhayes! I left one comment on your PR, please take a look when you find some time

FYI babel-watch@7.0.0 is out with babel7 compatibility updates by @monathur and @pfhayes 🙌