Sourced from @babel/generator's releases.
v7.20.4 (2022-11-08)
:bug: Bug Fix
babel-generator
- #15160 Fix printing of comments before
=>(@nicolo-ribaudo)babel-generator,babel-plugin-transform-typescript
- #15144 Falback to printing inner comments as trailing (
@nicolo-ribaudo)Committers: 1
- Nicolò Ribaudo (
@nicolo-ribaudo)v7.20.2 (2022-11-04)
:bug: Bug Fix
babel-core,babel-helper-create-class-features-plugin,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-simple-access,babel-node,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-react-constant-elements,babel-preset-env,babel-standalone,babel-types
- #15124 fix:
babel/noderepl and enableno-use-before-definerule (@liuxingbaoyu)babel-plugin-transform-typescript
- #15121 fix:
tsSatisfiesExpressioncheck with different duplicatedbabel/typesversions (@liuxingbaoyu)babel-parser
- #15094 fix:
parsertypings for plugins (@liuxingbaoyu)babel-generator
- #15118 Improve printing of [no LineTerminator here] with comments (
@nicolo-ribaudo)babel-plugin-proposal-decorators,babel-plugin-proposal-object-rest-spread,babel-plugin-transform-jscriptbabel-plugin-transform-destructuring
- #15104 fix: Destructuring exceptions
for ( let { } = 0 ; 0 ; )(@liuxingbaoyu)Committers: 3
- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyuv7.20.1 (2022-11-01)
Thanks
@ptomatofor your first pull request!:bug: Bug Fix
babel-plugin-proposal-async-generator-functions
- #15103 fix: Compile re-declare var in
initandbodyoffor await(@liuxingbaoyu)babel-plugin-proposal-class-properties,babel-traverse
- #15106 Do not mark
inandinstanceofas constant expressions (@nicolo-ribaudo)babel-helpers,babel-plugin-proposal-duplicate-named-capturing-groups-regex,babel-plugin-transform-named-capturing-groups-regexbabel-parser
- #15102 fix: Parse re-declare var in class static body (
@liuxingbaoyu)- #15096 fix:
a satisfies bas lval (@liuxingbaoyu)babel-helpers,babel-plugin-proposal-duplicate-named-capturing-groups-regexbabel-plugin-transform-async-to-generator,babel-plugin-transform-parameters,babel-preset-env
- #15081 Move the generator body to a gen IIFE when compiling its params (
@nicolo-ribaudo)
... (truncated)
Sourced from @babel/generator's changelog.
v7.20.4 (2022-11-08)
:bug: Bug Fix
babel-generator
- #15160 Fix printing of comments before
=>(@nicolo-ribaudo)babel-generator,babel-plugin-transform-typescript
- #15144 Falback to printing inner comments as trailing (
@nicolo-ribaudo)v7.20.3 (2022-11-07)
:bug: Bug Fix
babel-generator
- #15135 Don't convert line comments containing
*/to block comments (@liuxingbaoyu)babel-plugin-transform-parameters
- #15146 Fix compilation of parameters in async generators (
@nicolo-ribaudo)babel-parserv7.20.2 (2022-11-04)
:bug: Bug Fix
babel-core,babel-helper-create-class-features-plugin,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-simple-access,babel-node,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-react-constant-elements,babel-preset-env,babel-standalone,babel-types
- #15124 fix:
babel/noderepl and enableno-use-before-definerule (@liuxingbaoyu)babel-plugin-transform-typescript
- #15121 fix:
tsSatisfiesExpressioncheck with different duplicatedbabel/typesversions (@liuxingbaoyu)babel-parser
- #15094 fix:
parsertypings for plugins (@liuxingbaoyu)babel-generator
- #15118 Improve printing of [no LineTerminator here] with comments (
@nicolo-ribaudo)babel-plugin-proposal-decorators,babel-plugin-proposal-object-rest-spread,babel-plugin-transform-jscriptbabel-plugin-transform-destructuring
- #15104 fix: Destructuring exceptions
for ( let { } = 0 ; 0 ; )(@liuxingbaoyu)v7.20.1 (2022-11-01)
:bug: Bug Fix
babel-plugin-proposal-async-generator-functions
- #15103 fix: Compile re-declare var in
initandbodyoffor await(@liuxingbaoyu)babel-plugin-proposal-class-properties,babel-traverse
- #15106 Do not mark
inandinstanceofas constant expressions (@nicolo-ribaudo)babel-helpers,babel-plugin-proposal-duplicate-named-capturing-groups-regex,babel-plugin-transform-named-capturing-groups-regexbabel-parser
- #15102 fix: Parse re-declare var in class static body (
@liuxingbaoyu)- #15096 fix:
a satisfies bas lval (@liuxingbaoyu)babel-helpers,babel-plugin-proposal-duplicate-named-capturing-groups-regexbabel-plugin-transform-async-to-generator,babel-plugin-transform-parameters,babel-preset-env
- #15081 Move the generator body to a gen IIFE when compiling its params (
@nicolo-ribaudo):house: Internal
babel-generator
... (truncated)
f971ad3 v7.20.44285d5f Fix printing of comments before => (#15160)156b608 Falback to printing inner comments as trailing (#15144)7c9a801 v7.20.39b8fbcd Don't convert line comments containing */ to block comments (#15135)1cf9358 Correct code comment typo (#15149)12a58cb v7.20.21081fdc Improve printing of [no LineTerminator here] with comments (#15118)1893249 v7.20.1bea7a43 Automatically print inner comments (#15080)