Closed
Description
Search terms
- language
- highlight
- graphql code block
- may need to load it first
- output could not be generated
Expected Behavior
Should generate docs successfully that contain graphql
code blocks.
Actual Behavior
After upgrading from v0.28.2
to v0.28.3
, I receive the following error:
[error] Language
graphql
not found, you may need to load it first
[error] html output could not be generated due to the errors above
[error] Found 2 errors and 3 warnings
Steps to reproduce the bug
- Project with typedocs that contain
graphql
code block - Set version of
typedoc
to0.28.3
- Run:
npx typedoc src --disableSources --out docs/
Contents of tsconfig.json
{
"exclude": [
"src/test/**.ts",
"**/*.test.ts"
]
}
Environment
- Typedoc version:
0.28.3
- TypeScript version:
5.7.3
- Node.js version:
20.9.0
- OS: Mac and Linux