Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta update dependencies babel - Initial babel upgrade (step 1) #450

Conversation

pradeepnschrodinger
Copy link
Collaborator

@pradeepnschrodinger pradeepnschrodinger commented May 23, 2019

Description

Upgrade babel to use v7
ran npx babel-upgrade --write (see babel-upgrade)

Navigate

#450 - Initial babel upgrade (*)
#451 - Calypso codemods
#452 - Fix site and tests
#453 - Fix internal build

Tests fail
Site fails
Probably build fails too
"transform-object-rest-spread",
"transform-object-assign",
"transform-class-properties",
["@babel/plugin-transform-flow-strip-types", {"requireDirective": true}],
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Babel seems to barf up on files like PrefixIntervalTree.js, due to flow annotations.
Using this plugin in to strip them off.

@pradeepnschrodinger pradeepnschrodinger merged commit 0b53022 into beta-update-dependencies-postcss Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants