Sourced from @babel/generator's releases.
v7.20.14 (2023-01-27)
:bug: Bug Fix
babel-plugin-transform-block-scoping
- #15361 fix: Identifiers in the loop are not renamed (
@liuxingbaoyu)babel-cli,babel-core,babel-generator,babel-helper-transform-fixture-test-runner,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs,babel-plugin-transform-react-jsx,babel-traverse
- #15365 fix: Properly generate source maps for manually added multi-line content (
@liuxingbaoyu)Committers: 2
- Babel Bot (
@babel-bot)@liuxingbaoyuv7.20.13 (2023-01-21)
:bug: Bug Fix
babel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-plugin-transform-typescript
- #15349 fix: Preserve
import {type T} from 'x'whenonlyRemoveTypeImports:true(@liuxingbaoyu)- #15344 fix: Properties that are
abstractshould not be initialized. (@liuxingbaoyu)babel-parser:leftwards_arrow_with_hook: Revert
babel-plugin-transform-react-inline-elements,babel-plugin-transform-react-jsx-development,babel-plugin-transform-react-jsxCommitters: 4
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyuv7.20.12 (2023-01-04)
Thanks
@cross19xx,@JBYoshiand@nmnfor your first PRs!:bug: Bug Fix
babel-traversebabel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties
- #15312 fix:
delete thisin static class properties initialization (@SuperSodaSea):nail_care: Polish
Committers: 5
- Jonathan Browne (
@JBYoshi)- Kenneth Kwakye-Gyamfi (
@cross19xx)
... (truncated)
Sourced from @babel/generator's changelog.
v7.20.14 (2023-01-27)
:bug: Bug Fix
babel-plugin-transform-block-scoping
- #15361 fix: Identifiers in the loop are not renamed (
@liuxingbaoyu)babel-cli,babel-core,babel-generator,babel-helper-transform-fixture-test-runner,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs,babel-plugin-transform-react-jsx,babel-traverse
- #15365 fix: Properly generate source maps for manually added multi-line content (
@liuxingbaoyu)v7.20.13 (2023-01-21)
:bug: Bug Fix
babel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-plugin-transform-typescript
- #15349 fix: Preserve
import {type T} from 'x'whenonlyRemoveTypeImports:true(@liuxingbaoyu)- #15344 fix: Properties that are
abstractshould not be initialized. (@liuxingbaoyu)babel-parser:leftwards_arrow_with_hook: Revert
babel-plugin-transform-react-inline-elements,babel-plugin-transform-react-jsx-development,babel-plugin-transform-react-jsxv7.20.12 (2023-01-04)
:bug: Bug Fix
babel-traversebabel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties
- #15312 fix:
delete thisin static class properties initialization (@SuperSodaSea):nail_care: Polish
v7.20.11 (2022-12-23)
:eyeglasses: Spec Compliance
babel-helper-module-transforms,babel-plugin-proposal-dynamic-import,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs
- #15290 Return rejected promise when stringify import specifier throws (
@SuperSodaSea):bug: Bug Fix
babel-plugin-transform-block-scoping
- #15309 Fix for binding shadowing outer var with loop closure (
@nicolo-ribaudo)v7.20.10 (2022-12-23)
:bug: Bug Fix
babel-traverse
- #15305 fix:
guessExecutionStatusRelativeToexception (@liuxingbaoyu)v7.20.9 (2022-12-23)
:bug: Bug Fix
babel-plugin-transform-block-scoping
... (truncated)
4ed66dd v7.20.146de6d58 fix: source maps for manually added multi-line content (#15365)