Looking forward to this!
@hzoo changed target to master and bumped babylon in babel-core, babel-generator, babel-traverse, and babel-types to 6.18.0
@hzoo: the build is broken for the same reason it was broken in the pr to 7.0. I'm going to backport @existentialism's fix (#6031) and put up another PR to master
cool, thanks. it's fine locally?
problem repros locally, but with changes from #6031 everything is fine
Login to write a write a comment.
Backport of #5990. Depends on babel/babylon#644
I added all the same tests (with some slight changes) to babel-generator, babel-plugin-transform-flow-strip-types, and babel-plugin-transform-flow-comments.
Note: When using the current state of 6.x on both babel and babylon, there were two tests errors:
bin/babel-node v8Flag-dashed-with-param and bin/babel-node v8Flag-underscored-with-param
This diff will also have those errors