-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Labels
DocsThe issue relates to how you learn TypeScriptThe issue relates to how you learn TypeScript
Description
π Search Terms
5.5.0-beta
π Version & Regression Information
- This changed between versions 5.4 and 5.5
β― Playground Link
https://github.com/Jack-Works/reproduce
π» Code
Clone the repo
git clone https://github.com/Jack-Works/reproduce/ --filter=blob:none
cd reproduce/typescript-5.5-dts
pnpm install
pnpm run old
pnpm run newπ Actual behavior
Global augmentation no longer works in 5.5.0-beta across different projects. (pnpm run new)
π Expected behavior
Global augmentation works in 5.4 across different projects. (pnpm run old)
Additional information about the issue
Global augmentation across different projects is an important ability. Here are some examples:
- You have a components project that augments the global JSX type, and you access those elements from another project
- Theming a UI library
Metadata
Metadata
Assignees
Labels
DocsThe issue relates to how you learn TypeScriptThe issue relates to how you learn TypeScript