-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion Backlog Slog, 8/19/2019 #32981
Comments
Note that a solution #18588 (comment) is propose and it would be better than |
|
I've been trying to figure this one out for ages. The handbook says:
But that's kind of vague: Modules are already self-contained (modulo imported dependencies)--that's what makes them modules! I also remember reading somewhere that this option disables module resolution (like a "single-file transpiler mode"), but that's not true either: it's possible to import types from other files and have that work just fine. Then there's VSCode which describes this option thus:
Which is just... what. |
The new Handbook will have a much more accurate description. VS Code's description is... accurateish. Very accurateish. 😉 |
Okay, fair, but clearly it does more than just that, considering how many things it disables in its wake (const enums, namespaces, etc.) |
Allow tsconfig.json when input files are specified: #27379 |
I really want to see NaN typing and NaN checking! That would be fantastic! |
if
statements as errors #32802 - flag non-calls to boolean functions inif
expressionsemitDeclaration
andisolatedModules
together #29490isolatedModules
is what?tsc
with an explicit file list when a tsconfig.json is presentts-ignore
excludeTypes
in tsconfig.jsonNaN
typing--inlineConsts
flag #6805--inlineConsts
never
in false arms of tautological comparisonsThe text was updated successfully, but these errors were encountered: