v7.6.3 (2019-10-08)
Thanks to @hjdivad, @Basaingeal and @todofixthis for their first PRs!
👓 Spec Compliance
babel-parser
- #10469 Disallow await inside async arrow params (@nicolo-ribaudo)
- #10493 [parser] Disallow numeric separators in legacy octal like integers (@gonzarodriguezt)
🚀 New Feature
babel-types
- #10504 Add declarations for more of @babel/types exports (@Jessidhia)
🐛 Bug Fix
babel-plugin-transform-block-scoping
babel-parser
- #10119 add scope to TSModuleDeclaration (@tanhauhau)
- #10332 Do not allow member expressions to start async arrows (@nicolo-ribaudo)
- #10490 [parser] Don't crash on comment after trailing comma after elision (@nicolo-ribaudo)
babel-plugin-transform-react-constant-elements
,babel-traverse
- #10529 Do not hoist jsx referencing a mutable binding (@nicolo-ribaudo)
babel-generator
,babel-parser
,babel-plugin-transform-block-scoping
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
,babel-plugin-transform-typescript
💅 Polish
babel-core
🏠 Internal
- Other
babel-cli
,babel-core
,babel-generator
,babel-helper-fixtures
,babel-helper-transform-fixture-test-runner
,babel-node
,babel-plugin-transform-react-jsx-source
,babel-plugin-transform-runtime
,babel-preset-env
,babel-preset-react
- #10249 Add windows to travis (@nicolo-ribaudo)
🏃♀️ Performance
babel-parser
- Other
Committers: 10
- Brian Ng (@existentialism)
- Corey Farrell (@coreyfarrell)
- David J. Hamilton (@hjdivad)
- Gonzalo Rodríguez (@gonzarodriguezt)
- Henry Zhu (@hzoo)
- Huáng Jùnliàng (@JLHwung)
- Jessica Franco (@Jessidhia)
- Michael J. Currie (@Basaingeal)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Tan Li Hau (@tanhauhau)