babel / notes

♬ Notes from the @Babel Team (discuss in PRs)
https://github.com/babel/notes#meetings
122 stars 16 forks source link

Create aug-30.md #33

Closed hzoo closed 6 years ago

hzoo commented 6 years ago

Priority: Babel 7

PRs

Higher level issues (for someone else to tackle)

Internal Stuff

ljharb commented 6 years ago

Having all the exit paths from Flow of "to comments", "stripped", and "to runtime checks" are all critical for making it easy to start using Flow, so it'd be really great to keep "to comments" working.

Daniel15 commented 6 years ago

babel-standalone build is slow,

That's one reason I kept it as a separate build command rather than bundling it with make build. It's primarily due to the large amount of JS required. Maybe someone more experienced with Webpack can enhance it and make it build more incrementally, or something like that.

hzoo commented 6 years ago

cc @TheLarkInn https://github.com/babel/babel/tree/master/packages/babel-standalone

Daniel15 commented 6 years ago

The other thing with babel-standalone is that the build bundles and minifies. This is because I only ever did prod builds of it. Now that it's part of the Babel repo, we only really need to run the minification as part of a release. If node_env is development, we shouldn't bother with minifying.