Skip to content

v6.3.19

Compare
Choose a tag to compare
@hzoo hzoo released this 14 Dec 22:27
· 10181 commits to main since this release

6.3.19

  • New Feature
    • babel-plugin-flow-comments: #3157 Move babel-plugin-flow-comments to the babel repo and update for babel 6.
  • Bug Fix
    • babel-runtime: #3142 Add a custom transform for babel-runtime builds to avoid circular dependencies (Fixes the babel-runtime/helpers/typeof issue).
    • babel-traverse: #3161 Only rename the *outer function bindings on name conflict.
    • babel-generator: #3167 Use the left most node from the right to check if we need spaces in BinaryExpressions.