v7.20.5 (2022-11-28)
Thanks @davydof and @SuperSodaSea for your first PRs!
👓 Spec Compliance
babel-helpers
,babel-plugin-transform-destructuring
,babel-plugin-transform-modules-commonjs
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-traverse
- #15183 Improve array destructuring spec compliance (@SuperSodaSea)
babel-cli
,babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-class-static-block
,babel-plugin-transform-classes
,babel-plugin-transform-runtime
,babel-preset-env
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-proposal-private-property-in-object
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
🐛 Bug Fix
babel-parser
babel-helper-wrap-function
,babel-preset-env
,babel-traverse
- #15181 fix: Edge cases for async functions and
noNewArrow
assumption (@liuxingbaoyu)
- #15181 fix: Edge cases for async functions and
babel-plugin-transform-arrow-functions
,babel-plugin-transform-parameters
,babel-traverse
- #15163 fix: Throw error when compiling
super()
in arrow functions with default / rest parameters (@SuperSodaSea)
- #15163 fix: Throw error when compiling
babel-helpers
,babel-node
,babel-plugin-proposal-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #15194 fix: Bump
regenerator
and add tests (@SuperSodaSea)
- #15194 fix: Bump
babel-helper-create-regexp-features-plugin
- #15192 fix: Update
regjsparser
for@babel/standalone
(@liuxingbaoyu)
- #15192 fix: Update
babel-parser
,babel-types
- #15109 fix: Babel 8 types (@liuxingbaoyu)
babel-generator
- #15143 Don't print inner comments as leading when wrapping in
(``)
(@nicolo-ribaudo)
- #15143 Don't print inner comments as leading when wrapping in
babel-plugin-transform-block-scoping
,babel-traverse
- #15167 Register
switch
'sdiscriminant
in the outer scope (@nicolo-ribaudo)
- #15167 Register
💅 Polish
babel-generator
- #15173 Improve generator behavior when
comments:false
(@liuxingbaoyu)
- #15173 Improve generator behavior when
babel-plugin-transform-block-scoping
- #15164 Only extract IDs for TDZ checks in assign when necessary (@nicolo-ribaudo)
🏠 Internal
Committers: 6
- Alexander Davydov (@davydof)
- Babel Bot (@babel-bot)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Tianlan Zhou (@SuperSodaSea)
- @liuxingbaoyu