Skip to content

v6.6.3

Compare
Choose a tag to compare
@hzoo hzoo released this 01 Mar 16:45
· 9658 commits to main since this release

6.6.3 (2016-03-01)

Bug Fix

  • babel-plugin-transform-es2015-modules-commonjs, babel-traverse
    • #3387 Fix regression with T7165 - let is not being transpiled when using export all (block-scoping transform wasn't run) (@loganfsmyth)
// example code
`export * from './a'`