v7.16.10 (2022-01-19)
Thanks @blankPen for your first PR!
🐛 Bug Fix
babel-highlight
babel-traverse
- #14164 Handle logical assignment in super property transforms (@magic-akari)
- #14162 Fix the transform of
super.foo--
/super[foo]--
(and prefix) (@magic-akari)
babel-core
- #14110 Respect
package.json#exports
when resolving plugins (@nicolo-ribaudo) - #14153 Disable "Reentrant plugin detected" error in async mode (@nicolo-ribaudo)
- #14110 Respect
🏠 Internal
babel-plugin-transform-runtime
- #14157 Remove workaround for
_typeof
in runtime build script (@nicolo-ribaudo)
- #14157 Remove workaround for
babel-parser
🔬 Output optimization
babel-helper-create-class-features-plugin
,babel-preset-env
- #14169 Skip class fields transform when not necessary for private methods (@nicolo-ribaudo)
Committers: 5
- 1o57 (@blankPen)
- Francisco Ryan Tolmasky I (@tolmasky)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- magic-akari (@magic-akari)