Bug Fix
babel-traverse
- #3433: Only attempt to rename export declarations, not expressions. (@loganfsmyth)
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
babel-generator
- #3421: Wrap parens around default exports starting with function/class. (@loganfsmyth)
Misc
babel-plugin-transform-runtime
- #3258: Expanded documentation (@trodrigues)
- #3441: Improve babel-code-frame. Kill the line-numbers dependency. (@lydell)
babel-traverse
- #3442: Remove the old NodePath validation check (@loganfsmyth)
- #3447: Stop traversing when target type is found. (@nkzawa)