Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove Babylon plugins for features already merged to the ECMAScript spec #8448
Conversation
"objectRestSpread", | ||
"classProperties", | ||
); | ||
parserOpts.plugins.push("typescript", "classProperties"); |
This comment has been minimized.
This comment has been minimized.
nicolo-ribaudo
Aug 10, 2018
Author
Member
This is a breaking change if someone uses an older Babylon version. Since we are in RC, I can revert it if you prefer.
74e2fe8
to
a734266
This comment has been minimized.
This comment has been minimized.
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/9332/ |
This comment has been minimized.
This comment has been minimized.
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/8795/ |
lgtm, I like keeping stuff in place to avoid the tiny risk of breaking stuff. |
d1425ef
to
d80b02a
|
cbd9e01
to
386dea9
This was referenced Nov 7, 2018
sindresorhus
added a commit
to sindresorhus/refined-github
that referenced
this pull request
Nov 11, 2018
Follows babel/babel#8448 Context in review comment: https://github.com/sindresorhus/refined-github/pull/1449/files#r216110819
This was referenced Nov 12, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
nicolo-ribaudo commentedAug 10, 2018
•
edited
These are now enabled by default:
TODO (after this PR):
@babel/plugin-syntax-*
packages.@babel/plugin-proposal-*
packages.@babel/plugin-transform-*
packages.