-
Notifications
You must be signed in to change notification settings - Fork 13k
Open
Labels
Breaking ChangeWould introduce errors in existing codeWould introduce errors in existing codeCommittedThe team has roadmapped this issueThe team has roadmapped this issueFix AvailableA PR has been opened for this issueA PR has been opened for this issueSuggestionAn idea for TypeScriptAn idea for TypeScript
Milestone
Description
/// <reference no-default-lib />
was originally used as a means to override the standard library files, but is typically misunderstood in most modern contexts. It predates a lot of features like the lib
flag (!) and libReplacement
.
In TypeScript 6.0 and 7.0, it will serve no function.
See more on deprecations/behavioral changes for 6.0/7.0 at #54500.
uhyo and alii
Metadata
Metadata
Assignees
Labels
Breaking ChangeWould introduce errors in existing codeWould introduce errors in existing codeCommittedThe team has roadmapped this issueThe team has roadmapped this issueFix AvailableA PR has been opened for this issueA PR has been opened for this issueSuggestionAn idea for TypeScriptAn idea for TypeScript