
[microsoft/TypeScript] Remove support for `/// <reference no-default-lib />` (Issue #62209)
DRANK
DanielRosenwasser created an issue (microsoft/TypeScript#62209) `/// <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. -- Reply to this email directly or view it on GitHub: https://github.com/microsoft/TypeScript/issues/62209 You are receiving this because you are subscribed to this thread. Message ID: <microsoft/TypeScript/issues/62209@github.com>
2 comments
軽く確認してみたけど影響しなそうだ。じゃあ大丈夫か(?)
👀これbetter-typescript-libにどう影響するのか気になるな(?) github.com/microsoft/Type…