v7.4.4 (2019-04-26)
Thanks to @jpierson, @coreyfarrell, @SamyPesse @evandervalk and @nwtgck for their first PRs 😄
🐛 Bug Fix
babel-plugin-transform-flow-comments
- #9897 fix flow-comments - class type paramters and implements (@tanhauhau)
- #9893 fix flow-comment - object destructuring (@tanhauhau)
babel-parser
- #9766 Add TS support to @babel/parser's Scope (@nicolo-ribaudo)
- #9865 Always register global bindings as exportable (@nicolo-ribaudo)
- #9887 Fix TypeScript readonly error location (@existentialism)
- #9869 ! remove constant context assertions (@tanhauhau)
- #9890 Fix parsing typescript bodiless methods with the estree plugin also enabled (@devongovett)
babel-traverse
babel-plugin-proposal-class-properties
,babel-plugin-transform-modules-commonjs
,babel-types
- #9861 Fix: PrivateName Identifier should not be isReferenced. (@coreyfarrell)
babel-types
- #9832 Fix typo in cloneNode. (@evandervalk)
Committers: 10
- Brian Ng (@existentialism)
- Corey Farrell (@coreyfarrell)
- Daniel Tschinder (@danez)
- Devon Govett (@devongovett)
- E. van der Valk (@evandervalk)
- Henry Zhu (@hzoo)
- Jeff (@jpierson)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Samy Pessé (@SamyPesse)
- Tan Li Hau (@tanhauhau)