-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed as not planned
Description
🔎 Search Terms
reference lib elided disposable
🕗 Version & Regression Information
- This changed between versions 5.4.5 and 5.5.2
(not fixed in nightly)
⏯ Playground Link
💻 Code
/// <reference lib="esnext.disposable" />
export interface Thing extends Disposable {}🙁 Actual behavior
Output d.ts is
export interface Thing extends Disposable {
}🙂 Expected behavior
The .d.ts file should be like it was in 5.4.5
/// <reference lib="esnext.disposable" />
export interface Thing extends Disposable {
}Additional information about the issue
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels