Sourced from @babel/generator's releases.
v7.14.1 (2021-05-04)
Thanks
@aancer-rcafor your first PR to Babel.:bug: Bug Fix
babel-parser
- #13243 Parse static blocks with typescript plugin (
@sosukesuzuki)babel-plugin-transform-block-scoping
- #13248 Fix plugin-transform-block-scoping const violations (
@overlookmotel)babel-generator,babel-parser
- #13244 Parse
for await (async of ...)(@Zalathar)babel-helper-create-class-features-plugin
- #13237 fix: Typo in
babel/helper-create-class-features-plugin(@aancer-rca):memo: Documentation
:house: Internal
babel-parser
- #13242 Don't use
"composite": truein tsc (until it supports cycles) (@nicolo-ribaudo)- #13241 chore: remove duplicated test262 parser tests (
@JLHwung)babel-plugin-proposal-export-namespace-from,babel-plugin-syntax-module-string-names,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-plugin-transform-modules-umd
- #13246 Archive
babel/plugin-syntax-module-string-names(@nicolo-ribaudo)babel-core,babel-plugin-proposal-class-properties,babel-plugin-proposal-class-static-block,babel-plugin-proposal-private-methods,babel-plugin-proposal-private-property-in-object,babel-plugin-syntax-class-properties,babel-plugin-transform-flow-comments,babel-plugin-transform-flow-strip-types,babel-plugin-transform-modules-commonjs,babel-plugin-transform-typescript,babel-plugin-transform-unicode-escapes,babel-preset-env,babel-standalone
- #13232 Archive
babel/plugin-syntax-class-properties(@nicolo-ribaudo)Committers: 7
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)- Sosuke Suzuki (
@sosukesuzuki)- Stuart Cook (
@Zalathar)@aancer-rca@overlookmotelv7.14.0 (2021-04-29)
:eyeglasses: Spec Compliance
babel-generator,babel-parser
- #13209 [ts] Enforce order for the
overridemodifier (@nicolo-ribaudo):rocket: New Feature
babel-plugin-proposal-async-do-expressionsbabel-core,babel-generator,babel-parser,babel-plugin-proposal-do-expressions,babel-plugin-syntax-async-do-expressions,babel-typesbabel-preset-env
- #13091 Enable class fields & private methods by default (
@nicolo-ribaudo)babel-compat-data,babel-preset-env
- #13176 Add private brand checks to
shippedProposals(@nicolo-ribaudo)
... (truncated)
Sourced from @babel/generator's changelog.
v7.14.1 (2021-05-04)
:bug: Bug Fix
babel-parser
- #13243 Parse static blocks with typescript plugin (
@sosukesuzuki)babel-plugin-transform-block-scoping
- #13248 Fix plugin-transform-block-scoping const violations (
@overlookmotel)babel-generator,babel-parser
- #13244 Parse
for await (async of ...)(@Zalathar)babel-helper-create-class-features-plugin
- #13237 fix: Typo in
babel/helper-create-class-features-plugin(@aancer-rca):memo: Documentation
:house: Internal
babel-parser
- #13242 Don't use
"composite": truein tsc (until it supports cycles) (@nicolo-ribaudo)- #13241 chore: remove duplicated test262 parser tests (
@JLHwung)babel-plugin-proposal-export-namespace-from,babel-plugin-syntax-module-string-names,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-plugin-transform-modules-umd
- #13246 Archive
babel/plugin-syntax-module-string-names(@nicolo-ribaudo)babel-core,babel-plugin-proposal-class-properties,babel-plugin-proposal-class-static-block,babel-plugin-proposal-private-methods,babel-plugin-proposal-private-property-in-object,babel-plugin-syntax-class-properties,babel-plugin-transform-flow-comments,babel-plugin-transform-flow-strip-types,babel-plugin-transform-modules-commonjs,babel-plugin-transform-typescript,babel-plugin-transform-unicode-escapes,babel-preset-env,babel-standalone
- #13232 Archive
babel/plugin-syntax-class-properties(@nicolo-ribaudo)v7.14.0 (2021-04-29)
:eyeglasses: Spec Compliance
babel-generator,babel-parser
- #13209 [ts] Enforce order for the
overridemodifier (@nicolo-ribaudo):rocket: New Feature
babel-plugin-proposal-async-do-expressionsbabel-core,babel-generator,babel-parser,babel-plugin-proposal-do-expressions,babel-plugin-syntax-async-do-expressions,babel-typesbabel-preset-env
- #13091 Enable class fields & private methods by default (
@nicolo-ribaudo)babel-compat-data,babel-preset-env
- #13176 Add private brand checks to
shippedProposals(@nicolo-ribaudo)- #13114 Add class static blocks to
preset-env'sshippedProposals(@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-plugin-proposal-private-property-in-object,babel-plugin-syntax-private-property-in-object
- #13172 Allow compiling
#foo in objwithout compiling private fields (@nicolo-ribaudo)babel-parser
- #13113 babel-parser(ts): Add new plugin option
dts: boolean(@sosukesuzuki)- #13175 Materialize the class features in
babel/parser. (@JLHwung)- #13033 Introduce parser error codes (
@sosukesuzuki)babel-helper-module-transforms,babel-helpers,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd
- #12838 Implement
importInterop: "node"option for module transforms (@nicolo-ribaudo)babel-generator,babel-parser,babel-traverse,babel-types
... (truncated)
3ecc791 v7.14.1fa01fbe Parse for await (async of ...) (#13244)3c0152a v7.14.028d7442 Parse async do expressions (#13043)22b0eb0 [ts] Enforce order for the override modifier (#13209)8433cd0 Support parsing Flow's Optional Indexed Access Types (#13224)7484b51 Support TS 4.3 get/set type members (#13089)bf14a10 Support TS 4.3 override syntax in class (#13097)f8aa32f Support parsing Flow's Indexed Access Types (#13053)eac0259 Support TS 4.3 static index signature in classes (#13096)