Sourced from @babel/core
's
releases.
v7.26.7 (2025-01-24)
Thanks
@branchseer
and@tquetano-netflix
for your first PRs!:bug: Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
- #17086 Make "object without properties" helpers ES6-compatible (
@tquetano-netflix
)babel-plugin-transform-typeof-symbol
- #17085 fix: Correctly handle
typeof
in arrow functions (@liuxingbaoyu
)babel-parser
babel-core
- #17052 Do not try to parse .ts configs as JSON if natively supported (
@nicolo-ribaudo
)babel-plugin-transform-typescript
- #17050 fix: correctly resolve references to non-constant enum members (
@branchseer
)babel-plugin-transform-typescript
,babel-traverse
,babel-types
- #17025 fix: Remove type-only
import x = y.z
(@liuxingbaoyu
)Committers: 6
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- Tony Quetano (
@tquetano-netflix
)@branchseer
@liuxingbaoyu
v7.26.6 (2025-01-13)
:bug: Bug Fix
babel-plugin-transform-nullish-coalescing-operator
- #17061 fix: Chaining nullish coalescing operators output size regression (
@liuxingbaoyu
)Committers: 1
v7.26.5 (2025-01-10)
:eyeglasses: Spec Compliance
babel-parser
- #17011 Allow the dynamic
import.defer()
form ofimport defer
(@babel-bot
):bug: Bug Fix
babel-plugin-transform-block-scoped-functions
- #17024 chore: Avoid calling
isInStrictMode
in Babel 7 (@liuxingbaoyu
)babel-plugin-transform-typescript
- #17026 fix: Correctly generate exported const enums in namespace (
@liuxingbaoyu
)babel-parser
- #17045 [estree] Unify method type parameters handling (
@JLHwung
)- #17013 fix: Correctly set position for
@(a.b)()
(@liuxingbaoyu
)- #16996 [estree] Adjust the start loc of class methods with type params (
@nicolo-ribaudo
)
... (truncated)
Sourced from @babel/core
's
changelog.
v7.26.7 (2025-01-24)
:bug: Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
- #17086 Make "object without properties" helpers ES6-compatible (
@tquetano-netflix
)babel-plugin-transform-typeof-symbol
- #17085 fix: Correctly handle
typeof
in arrow functions (@liuxingbaoyu
)babel-parser
babel-core
- #17052 Do not try to parse .ts configs as JSON if natively supported (
@nicolo-ribaudo
)babel-plugin-transform-typescript
- #17050 fix: correctly resolve references to non-constant enum members (
@branchseer
)babel-plugin-transform-typescript
,babel-traverse
,babel-types
- #17025 fix: Remove type-only
import x = y.z
(@liuxingbaoyu
)v7.26.6 (2025-01-13)
:bug: Bug Fix
babel-plugin-transform-nullish-coalescing-operator
- #17061 fix: Chaining nullish coalescing operators output size regression (
@liuxingbaoyu
)v7.26.5 (2025-01-10)
:eyeglasses: Spec Compliance
babel-parser
- #17011 Allow the dynamic
import.defer()
form ofimport defer
(@babel-bot
):bug: Bug Fix
babel-plugin-transform-block-scoped-functions
- #17024 chore: Avoid calling
isInStrictMode
in Babel 7 (@liuxingbaoyu
)babel-plugin-transform-typescript
- #17026 fix: Correctly generate exported const enums in namespace (
@liuxingbaoyu
)babel-parser
- #17045 [estree] Unify method type parameters handling (
@JLHwung
)- #17013 fix: Correctly set position for
@(a.b)()
(@liuxingbaoyu
)- #16996 [estree] Adjust the start loc of class methods with type params (
@nicolo-ribaudo
)babel-generator
,babel-parser
,babel-plugin-transform-flow-strip-types
,babel-types
babel-compat-data
,babel-preset-env
- #17031 fix: More accurate
transform-typeof-symbol
compat data (@liuxingbaoyu
)babel-generator
,babel-parser
,babel-types
:microscope: Output optimization
babel-plugin-transform-nullish-coalescing-operator
- #16612 Improve nullish coalescing operator output (
@liuxingbaoyu
)v7.26.4 (2024-12-05)
:leftwards_arrow_with_hook: Revert
... (truncated)
2d95140
v7.26.7d9fa47d
Do not try to parse .ts configs as JSON if natively supported (#17052)cd24cc0
chore: Update TS 5.7 (#17053)d465131
fix: incorret babel.config.cts
test fixtures (#17051)844901e
Update tests for Node.js 22.12 (#16995)fb2e365
chore: Testing changes related to Node 23 (#16951)61de718
Update node 23.1 experimental warning (#16934)