-
Notifications
You must be signed in to change notification settings - Fork 13k
Open
Labels
DocsThe issue relates to how you learn TypeScriptThe issue relates to how you learn TypeScript
Description
Acknowledgement
- I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion.
Comment
Cleaned up from raw notes from @navya9singh:
Handbook
- Isolated declarations
- Decorators
- JSDOc: add
@overload
and@import
to https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html - Add
satisfies
next toas
- Add instantiation expressions to Generic Functions https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-7.html#instantiation-expressions
- Add extends constraints on infer to conditional types
- Variance annotations
- Explain supported dependent parameters in CFA
- Add
ts-ignore
andts-expect-error
to Basics - Add more on striter generators here
- Assertion functions
- Discuss reverse inference of mapped types
TSConfig
- Make a TSConfig 101 page with a short list of options, put it in the Handbook main flow
-
$configDir
link - Multiple
extends
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#supporting-multiple-configuration-files-in-extends
Modules Reference
- Resolution Mode (4.7, 5.3) link
jcalz, uhyo, krryan, sroucheray, bgenia and 1 more
Metadata
Metadata
Assignees
Labels
DocsThe issue relates to how you learn TypeScriptThe issue relates to how you learn TypeScript