v7.25.6 (2024-08-29)
Thanks @j4k0xb for your first PR!
🐛 Bug Fix
babel-generator
- #16783 Properly print inner comments in TS array types (@nicolo-ribaudo)
- #16775 fix: jsx whitespace is not properly preserved when retainLines (@liuxingbaoyu)
babel-traverse
- #16727 fix:
path.getAssignmentIdentifiers
may beundefined
(@liuxingbaoyu)
- #16727 fix:
babel-parser
babel-helpers
,babel-plugin-transform-optional-chaining
,babel-runtime-corejs3
- #16769 Only wrap functions in
superPropertyGet
helper (@nicolo-ribaudo)
- #16769 Only wrap functions in
💅 Polish
babel-generator
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-duplicate-named-capturing-groups-regex
,babel-plugin-transform-named-capturing-groups-regex
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
,babel-plugin-transform-react-pure-annotations
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
- #16780 Do not enforce printing space between
(
and comments (@nicolo-ribaudo)
- #16780 Do not enforce printing space between
babel-plugin-syntax-import-assertions
,babel-plugin-syntax-import-attributes
- #16781 Don't throw when enabling both syntax-import-{assertions,attributes} (@nicolo-ribaudo)
babel-generator
- #16782 TS union/intersection nested in union does not need parens (@nicolo-ribaudo)
🏠 Internal
babel-generator
- #16777 Remove unused
parent
params in the generator (@nicolo-ribaudo)
- #16777 Remove unused
Committers: 5
- Babel Bot (@babel-bot)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- @j4k0xb
- @liuxingbaoyu