New Babel 7.13.0 features for @babel/core#12470
Merged
Merged
Conversation
Member
Author
|
#12266 was green before merging 🙃 I'll make it pass tomorrow |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 33fbf84:
|
Member
Author
|
CI is red because Node.js segfaults 🙃 EDIT: Ok, it was just a conflict with https://github.com/babel/babel/pull/12288/files |
b02fdc0 to
4cf7289
Compare
Collaborator
|
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/41445/ |
4cf7289 to
f2fc1a3
Compare
f2fc1a3 to
961dff6
Compare
fdf35b2 to
7ce478c
Compare
63c7a5a to
caa4fda
Compare
e9ccbbe to
5323795
Compare
5323795 to
f1a6109
Compare
This was referenced Feb 5, 2021
0b1b012 to
e7944a5
Compare
- Disallow setting assumptions to `false` in presets (#12498)
- `mutableTemplateObject` and `ignoreToPrimitiveHint` (#12408) - `setClassMethods` (#12407) - `setComputedProperties` (#12490) - `ignoreFunctionLength` (#12491) - `noDocumentAll` (#12481) - `iterableIsArray` and `arrayLikeIsIterable` (#12489) - `pureGetters` (#12504) - `skipForOfIteratorClosing` (#12496) - `objectRestNoSymbols`, `setSpreadProperties` and `pureGetters` (#12505) - `noNewArrows` (#12613, #12793) - `setPublicClassFields` and `privateFieldsAsProperties` (#12497) - `constantReexports` and `enumerableModuleMeta` (#12618) - `constantSuper`, `superIsCallableConstructor` and `noClassCalls` (#12726) Co-authored-by: Justin Ridgewell <justin@ridgewell.name> Co-authored-by: Huáng Jùnliàng <JLHwung@users.noreply.github.com>
e7944a5 to
33fbf84
Compare
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.mjsplugins/presets and async factories (Support.mjsplugins/presets and async factories #12266)targetsandbrowserslist*options to@babel/core(Addtargetsandbrowserslist*options to@babel/core#12189)@babel/coresupport for the newassumptionsoption (Add@babel/coresupport for the newassumptionsoption #12219)ignoreToPrimitiveHint(ImplementmutableTemplateObjectandignoreToPrimitiveHint#12408)mutableTemplateObject(ImplementmutableTemplateObjectandignoreToPrimitiveHint#12408)ignoreFunctionLength(ImplementignoreFunctionLengthassumption #12491)iterableIsArray(ImplementiterableIsArrayandarrayLikeIsIterableassumptions #12489)arrayLikeIsIterable(ImplementiterableIsArrayandarrayLikeIsIterableassumptions #12489)skipForOfIterationClosing(ImplementskipForOfIteratorClosingassumption #12496)objectRestNoSymbols(ImplementobjectRestNoSymbols,setSpreadPropertiesandpureGettersfor object rest/spread #12505)setSpreadProperties(ImplementobjectRestNoSymbols,setSpreadPropertiesandpureGettersfor object rest/spread #12505)setComputedProperties(ImplementsetComputedPropertiesassumption #12490)setClassMethods(ImplementsetClassMethodsassumption #12407)setPublicClassFields(ImplementsetPublicClassFieldsandprivateFieldsAsPropertiesassumptions #12497)privateFieldsAsProperties(ImplementsetPublicClassFieldsandprivateFieldsAsPropertiesassumptions #12497)constantSuper(ImplementconstantSuper,superIsCallableConstructorandnoClassCallsassumption #12726)superIsCallableConstructor(ImplementconstantSuper,superIsCallableConstructorandnoClassCallsassumption #12726)noClassCalls(ImplementconstantSuper,superIsCallableConstructorandnoClassCallsassumption #12726)noDocumentAll(ImplementnoDocumentAllassumption #12481, SupportnoDocumentAllforobj?.#p#12762)pureGetters(ImplementpureGettersassumption #12504, ImplementobjectRestNoSymbols,setSpreadPropertiesandpureGettersfor object rest/spread #12505)enumerableModuleMeta(ImplementconstantReexportsandenumerableModuleMetaassumptions #12618)constantReexports(ImplementconstantReexportsandenumerableModuleMetaassumptions #12618)noNewArrows(ImplementnewableArrowFunctionsassumption #12613, RenamenewableArrowFunctionstonoNewArrows#12793)