-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Missing Handbook Content #59930
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
Comments
Are you taking more reports? It’s fairly minor, but I’d comment that the docs for template literals don’t mention details from the original pull request, such as a placeholder immediately followed by another placeholder matching a single character. The lack of documentation for this feature has made me hesitant to rely on it; Anders mentioned it in the PR, but it’s not clear how “fixed” that is. |
For brevity's sake, we try not to put question-answers in the Handbook that can be discovered by simple experiment, but the inference description there is already long enough that we should add the one-character rule |
Corollary note: Some documentation is very difficult to find because of the generic nature of certain terms. I'm thinking of "infer" which is almost impossible to find with Google. It might be interesting to have a searchable glossary in the documentation site. |
Maybe "const modifier on type parameters" #51865 |
I found the |
Uh oh!
There was an error while loading. Please reload this page.
Acknowledgement
Comment
Cleaned up from raw notes from @navya9singh:
Handbook
@overload
and@import
to https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.htmlsatisfies
next toas
ts-ignore
andts-expect-error
to BasicsTSConfig
$configDir
linkextends
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#supporting-multiple-configuration-files-in-extendsModules Reference
The text was updated successfully, but these errors were encountered: