Rob Palmer
Rob Palmer
### Acknowledgement - [X] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion. ### Comment # Isolated Declarations in TS 5.5: State...
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? Programmatic API (`babel.transform`, `babel.parse`) ### Input code ```ts export namespace ns...
TypeScript 6.0 will [deprecate](https://github.com/microsoft/TypeScript/issues/62211) the `module`-keyword for namespaces sometime around Q4 2025. `dts-bundle-generator` can aid the migration to the preferred `namespace` syntax by emitting the modern syntax in the generated...
### Target Use Case `react-map-gl` is currently not compatible with the upcoming TypeScript 6.0 release. In Q4 2025, TypeScript 6.0 plans to [drop support for `module`-keyword namespaces.](https://github.com/microsoft/TypeScript/issues/62211) [TypeScript ecosystem testing](https://github.com/microsoft/TypeScript/pull/61450#issuecomment-2744477736)...
## Summary TypeScript 6.0 will [deprecate](https://github.com/microsoft/TypeScript/issues/62211) the `module`-keyword for namespaces sometime around Q4 2025. `api-extractor` can aid the migration to the preferred `namespace` syntax by always emitting the modern syntax...
### Acknowledgement - [x] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion. ### Comment # Consider deprecating `` type assertions ##...