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

New Babel 7.13.0 features for @babel/core #12470

Merged
merged 5 commits into from Feb 21, 2021

Commits on Feb 21, 2021

  1. Configuration menu
    Copy the full SHA
    31ca15e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb404e4 View commit details
    Browse the repository at this point in the history
  3. Add @babel/core support for the new assumptions option (#12219)

    - Disallow setting assumptions to `false` in presets (#12498)
    nicolo-ribaudo committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    7965c15 View commit details
    Browse the repository at this point in the history
  4. Implement assumptions defined in the babel/rfcs#5 RFC

    - `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>
    3 people committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    6ef7b51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33fbf84 View commit details
    Browse the repository at this point in the history