microsoft / microsoft/TypeScript
Missing Handbook Content
Open
@RyanCavanaugh is already working on this.
Since Sep 10, 2024.
Docs
- Dominant language
- Go
- Stars
- 111k
- Forks
- 14.3k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 132
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
@overloadand@importto https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html - Add
satisfiesnext 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-ignoreandts-expect-errorto 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
-
$configDirlink - Multiple
extendshttps://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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.