Skip to content

v6.3.2

Compare
Choose a tag to compare
@hzoo hzoo released this 04 Dec 19:12
· 10283 commits to main since this release
  • Bug Fix
    • babel-core:
      • #3108 Omit sourcemaps that cannot be used and fix source path.
    • babel-register:
      • #3116 Disable processing .babelrc a second time.
    • babel-traverse:
      • #3127 Ensure we always push into a BlockStatement (fixes a babel-plugin-transform-class-properties issue).
    • babel-plugin-transform-class-properties:
      • #3113 Fix issue with using static class properties.
    • babel-plugin-transform-es2015-classes:
      • #3112 Fix issue with return super() in class constructor causing a super() hasn't been called error.
    • babel-plugin-transform-inline-environment-variables:
      • Fix typo with replaceWith.
    • babel-plugin-transform-regenerator:
      • #3119 Ensure that generator functions always have an Identifier (fixes an issue with exporting a generator as a default).