-
-
Notifications
You must be signed in to change notification settings - Fork 753
Closed
Labels
wontfixDeclining to implementDeclining to implement
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
graphqlnot 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
graphqlcode block - Set version of
typedocto0.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
Metadata
Metadata
Assignees
Labels
wontfixDeclining to implementDeclining to implement