Skip to content

Language graphql not found Error #2943

Closed
Closed
@timothymathison

Description

@timothymathison

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

  1. Project with typedocs that contain graphql code block
  2. Set version of typedoc to 0.28.3
  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

No one assigned

    Labels

    wontfixDeclining to implement

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions