Babel v7.17.7 Release Notes

Release Date: 2022-03-14 // about 2 years ago
  • :eyeglasses: Spec Compliance

    • ๐Ÿ“œ babel-generator, babel-parser

    :bug: Bug Fix

    • babel-helper-compilation-targets
    • ๐Ÿ”Œ babel-helper-module-transforms, babel-helper-simple-access, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
    • ๐Ÿ“œ babel-parser
    • ๐Ÿ”Œ babel-helpers, babel-plugin-proposal-decorators
      • #14335 Fix static/proto initializers when there aren't class fields (@JLHwung)
      • #14334 fix: push newClass only when class is decorated (@JLHwung)
    • babel-generator
    • ๐Ÿ”Œ babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
    • ๐Ÿ”Œ babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-transform-classes, babel-plugin-transform-object-super
    • babel-register

    ๐Ÿ’… :nail_care: Polish

    • ๐Ÿ“œ babel-parser

    :house: Internal

    • ๐Ÿ“œ babel-generator, babel-parser
    • ๐Ÿ”Œ babel-plugin-transform-destructuring
    • Other