We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
asserts name is T
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
asserts is, semantic highlighting
The parameter name in asserts node is T should be highlighted as a parameter.
asserts node is T
It's not highlighted.
This like also affects name is T return types.
name is T
Minor bug, but I wanted to report it regardless.
npm ci
npm i -D typedoc@0.24.4
npm run build:docs
setParent
The text was updated successfully, but these errors were encountered:
7e2871d
Thank you @Gerrit0!
Sorry, something went wrong.
No branches or pull requests
Search terms
asserts is, semantic highlighting
Expected Behavior
The parameter name in
asserts node is T
should be highlighted as a parameter.Actual Behavior
It's not highlighted.
This like also affects
name is T
return types.Minor bug, but I wanted to report it regardless.
Steps to reproduce the bug
npm ci
andnpm i -D typedoc@0.24.4
npm run build:docs
setParent
function.Environment
The text was updated successfully, but these errors were encountered: