Henry
Henry
Would be nice to include node in https://github.com/babel/babel-preset-env, we should ask all the node-x, w.e presets to help out. This is new but you can use the `latest` preset instead...
Right `babel-core` is already a dependency in `babel-cli`, it's not necessary (only when using babel-loader since it's a peerDep in that case).
We could throw if `context.env()` is not what is expected or undefined in the plugins themselves? Or just warn
I think we're confusing the terms here? Since not everyone understands how it all works, yes we need to modify the parser and would have to make the same changes...
interesting! I guess it needs to ignore bots since you can't access their profile or anything probably? https://github.com/github-actions/ is 404
Sorry, didn't see this until now (literally going through all the issues). Will discuss a fix (we definetely don't want monkeypatching in atom/electron 😁).
Oh thought it might of had to do with https://github.com/babel/babel/pull/3414 by @amasad but maybe not.
If you want to make a change to source you can use https://github.com/square/babel-codemod which runs a babel plugin on the target source (one time change) and uses https://github.com/benjamn/recast. or can...
Are we able to clear local storage for the user upon an error like this?
My thoughts was to do what reactjs.org has: create a few articles and then link to it from CONTRIBUTING.md but either works. https://facebook.github.io/react/contributing/how-to-contribute.html https://github.com/kubernetes/kubernetes/tree/master/docs has a lot