v7.6.2
v7.6.2 (2019-09-23)
Thanks to @FND, @guywaldman, @vivek12345, @TomerAberbach, @ivandevp and @gonzarodriguezt for their first PRs!
👓 Spec Compliance
babel-parser
- #10472 added check to disallow super.private variable access and test case added. (@vivek12345)
- #10468 [parser] Disallow numeric separator in unicode scape sequences. (@ivandevp)
- #10467 [parser] Invalid NonOctal Decimal. (@gonzarodriguezt)
- #10461 [parser] Disallow static fields named
constructor
. (@guywaldman) - #10455 [parser] Report escapes in kws only if they won't be used as identifiers. (@nicolo-ribaudo)
🐛 Bug Fix
babel-parser
- #10445 Leave trailing comments after handling a possible trailing comma. (@nicolo-ribaudo)
babel-cli
babel-core
babel-plugin-transform-block-scoping
,babel-plugin-transform-spread
,babel-traverse
- #10417 Do not guess relative execution status for exported fns. (@nicolo-ribaudo)
babel-plugin-proposal-object-rest-spread
,babel-preset-env
- #10275 fix object rest in array pattern. (@tanhauhau)
🏠 Internal
babel-plugin-transform-named-capturing-groups-regex
- Other
- #10441 Update GitHub actions to v2. (@nicolo-ribaudo)
- #10427 chore: add lint-ts rule. (@JLHwung)
babel-helper-fixtures
babel-node
babel-generator
,babel-helper-fixtures
babel-core
,babel-plugin-transform-runtime
,babel-register
- #10405 Remove circular dependency. (@nicolo-ribaudo)
🏃♀️ Performance
Committers: 8
- Bryan Wain (bdwain)
- Gonzalo Rodríguez (gonzarodriguezt)
- Guy Waldman (guywaldman)
- Huáng Jùnliàng (JLHwung)
- Ivan Medina (ivandevp)
- Nicolò Ribaudo (nicolo-ribaudo)
- Tan Li Hau (tanhauhau)
- Vivek Nayyar (vivek12345)