v7.1.3 (2018-10-11)
Published a v7.1.4 because I compiled against Node 8 again (sorry)
🐛 Bug Fix
babel-generator
,babel-parser
,babel-plugin-transform-typescript
,babel-types
babel-traverse
- #8833 Insertafter jsx fix. (@kevintab95)
babel-parser
- #8830 Correct handling of newline after async with paren-less arrow func. (@Retsam)
- #8756 class private methods and properties: should not allow spaces between # and identifier. (@macabeus)
- #8804 Fix parsing of slash after class expression. (@existentialism)
- #8767 [decorators] [typescript] Parse type parameters. (@nicolo-ribaudo)
- #8792 Fix perf issue in typescript parser plugin. (@matthewrobertson)
babel-generator
,babel-parser
,babel-plugin-transform-typescript
,babel-types
babel-types
babel-plugin-transform-modules-systemjs
- #8820 System module format - fixes function hoisting failure case. (@guybedford)
babel-plugin-transform-destructuring
- #8793 Ensure destructuring's computed key handling matches object-rest-spread. (@existentialism)
Committers: 8
- Brian Ng (existentialism)
- Bruno Macabeus (macabeus)
- Guy Bedford (guybedford)
- Kevin Thomas (kevintab95)
- Matthew Robertson (matthewrobertson)
- Nicolò Ribaudo (nicolo-ribaudo)
- Tim von Oldenburg (tvooo)
- Retsam