v7.17.9 (2022-04-06)
Thanks @CommanderRoot, @fargito and @swandir for your first PRs!
🐛 Bug Fix
babel-parser
,babel-standalone
- #14427 Restore numeric seaprators support in
@babel/standalone
(@nicolo-ribaudo)
- #14427 Restore numeric seaprators support in
babel-traverse
babel-plugin-proposal-decorators
- #14396 [2021-12] Support class decorators in export declarations (@nicolo-ribaudo)
- #14387 fix: forward accessor proxy getter results (@JLHwung)
babel-parser
babel-generator
,babel-parser
babel-plugin-transform-classes
,babel-plugin-transform-modules-commonjs
,babel-preset-env
- #14366 Align named imports behavior in
.mjs
and.js
files (@nicolo-ribaudo)
- #14366 Align named imports behavior in
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
- #14351 [setPublicClassFields] Use define for static
name
/length
(@nicolo-ribaudo)
- #14351 [setPublicClassFields] Use define for static
💅 Polish
babel-plugin-proposal-decorators
- #14398 Add missing semicolons in 2021-12 decorators output (@nicolo-ribaudo)
📝 Documentation
- #14397 Mention how to report vulns in Babel dependencies (@nicolo-ribaudo)
🏠 Internal
- Other
- #14419 Use
jest-light-runner
from npm (@nicolo-ribaudo)
- #14419 Use
babel-cli
babel-helper-function-name
,babel-helper-get-function-arity
- #14389 Inline
@babel/helper-get-function-arity
package (@nicolo-ribaudo)
- #14389 Inline
babel-helpers
- #14343 Remove unused
@babel/helpers
code (@nicolo-ribaudo)
- #14343 Remove unused
babel-core
,babel-highlight
,babel-parser
- #14377 refactor: replace deprecated String.prototype.substr() (@CommanderRoot)
Committers: 6
- Babel Bot (@babel-bot)
- François Farge (@fargito)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- @CommanderRoot
- @swandir