Skip to content

v6.7.5

Compare
Choose a tag to compare
@loganfsmyth loganfsmyth released this 08 Apr 03:30
· 9486 commits to main since this release

Bug Fix

  • babel-traverse
  • babel-core/babel-cli
    • #3448: Make sure input to path.{dir,base}name is a string. (@addaleax)
    • #3451: Handle input sourcemaps with mappings to nothing to better support sourcemaps from other tools in a pipeline. (@loganfsmyth)
  • babel-helper-builder-react-jsx
    • #3444: Preserve whitespace in JSXExpressionContainer StringLiteral children. (@drd)
  • babel-generator
    • #3421: Wrap parens around default exports starting with function/class. (@loganfsmyth)

Misc

  • babel-plugin-transform-runtime
  • babel-traverse