v7.4.5
github-actions
released this
21 May 18:07
·
1381 commits
to master
since this release
v7.4.5 (2019-05-21)
Thanks @airato, @schu34, @divbhasin, @eps1lon and @pnavarrc for their first PRs! 😄
🐛 Bug Fix
babel-parser
babel-preset-env
babel-plugin-transform-typescript
💅 Polish
babel-parser
- #9995 Do not use lookahead when parsing construct signature declarations in TS (@danez)
- #9989 Only compute Position if not already in state (@danez)
- #9988 Do not use lookahead when parsing jsx expression containers (@danez)
- #9987 Do not use lookahead when parsing imports in declare module in flow (@danez)
- #9985 Do not use lookahead when parsing declare module or declare module.exports in flow (@danez)
- #9983 Do not use lookahead when parsing dynamic import or import.meta (@danez)
- #9979 Remove guardedHandlers from ASTs (@danez)
babel-preset-env
babel-core
- #9945 Fixed null error in plugin opts and added a test for it (@divbhasin)
babel-core
,babel-traverse
🏠 Internal
babel-node
- #9914 [babel-node] Do not hardcode node flags (@nicolo-ribaudo)
Committers: 9
- Airat Aminev (@airato)
- Daniel Tschinder (@danez)
- Divyam Bhasin (@divbhasin)
- Matthew Robertson (@matthewrobertson)
- Matthew Schupack (@schu34)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Pablo Navarro (@pnavarrc)
- Sebastian Silbermann (@eps1lon)
- Tan Li Hau (@tanhauhau)