v8.0.4
Fixed 3
- Disallow `declare module M {}` in TypeScript
- Forbid `let x!` and `let x! =` syntax in TypeScript
- `replaceWith` in `Visitor#exit` should not stop traversal
v8.0.4 (2026-07-09)
:eyeglasses: Spec Compliance
babel-parser,babel-plugin-transform-typescriptbabel-generator,babel-parser,babel-plugin-transform-typescript
:bug: Bug Fix
babel-traverse- #18122 fix:
replaceWithinVisitor#exitshould not stop traversal (@liuxingbaoyu)
- #18122 fix:
:house: Internal
Committers: 4
- Babel Bot (@babel-bot)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- @liuxingbaoyu