Sourced from @babel/core's releases.
v7.16.12 (2022-01-22)
:bug: Bug Fix
babel-core
- #14192 Avoid dynamic import when it's not needed (
@nicolo-ribaudo)babel-parserCommitters: 2
- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)v7.16.11 (2022-01-20)
This empty releases force-publishes a new version of
babel/plugin-proposal-private-methods(which was not published in v7.16.10 because it didn't have any actual change) and ofbabel/preset-env.This solves an incompatibility between
babel/preset-env@7.16.10andbabel/helper-create-class-features-plugin@7.16.7, by making sure thatbabel/preset-envtransitively depends onbabel/helper-create-class-features-plugin@^7.16.10.v7.16.10 (2022-01-19)
Thanks
@blankPenfor your first PR!:bug: Bug Fix
babel-highlight
- #14165 Avoid infinite loop when highlighting an empty input (
@blankPen)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#exportswhen resolving plugins (@nicolo-ribaudo)- #14153 Disable "Reentrant plugin detected" error in async mode (
@nicolo-ribaudo):house: Internal
babel-plugin-transform-runtime
- #14157 Remove workaround for
_typeofin runtime build script (@nicolo-ribaudo)babel-parser
- #14130 Improve errors location tracking (
@tolmasky):microscope: 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)v7.16.9 (2022-01-11)
... (truncated)
Sourced from @babel/core's changelog.
v7.16.12 (2022-01-22)
:bug: Bug Fix
babel-core
- #14192 Avoid dynamic import when it's not needed (
@nicolo-ribaudo)babel-parserv7.16.10 (2022-01-19)
:bug: Bug Fix
babel-highlight
- #14165 Avoid infinite loop when highlighting an empty input (
@blankPen)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#exportswhen resolving plugins (@nicolo-ribaudo)- #14153 Disable "Reentrant plugin detected" error in async mode (
@nicolo-ribaudo):house: Internal
babel-plugin-transform-runtime
- #14157 Remove workaround for
_typeofin runtime build script (@nicolo-ribaudo)babel-parser
- #14130 Improve errors location tracking (
@tolmasky):microscope: Output optimization
babel-helper-create-class-features-plugin,babel-preset-env
- #14169 Skip class fields transform when not necessary for private methods (
@nicolo-ribaudo)v7.16.9 (2022-01-11)
:bug: Bug Fix
babel-register
- #14136 Restore
babel/registercompat withbabel/core@7.5.x(@nicolo-ribaudo)v7.16.8 (2022-01-10)
:bug: Bug Fix
babel-generator,babel-plugin-syntax-typescript,babel-plugin-transform-parameters
- #14113 Print trailing comma after a single TS generic in arrow fns (
@ozanhonamlioglu)babel-traversebabel-register
- #14107 Don't mutate
babel/registeroptions (@nicolo-ribaudo)babel-plugin-transform-modules-commonjs
- #14097 Register binding for newly created vars for commonjs transforms (
@The-x-Theorist)babel-plugin-transform-typescript
- #14093 Fix TypeScript Enum self-references (
@magic-akari):nail_care: Polish
babel-generator
... (truncated)