Skip to content

Resolution failure #2967

Closed
Closed
@HarelM

Description

@HarelM

Search terms

Failed to resolve, comment, link to

Expected Behavior

No warning or errors when running typedoc

Actual Behavior

I'm getting the following warnings:
[warning] Failed to resolve link to "PointLike" in comment for SetupMarkerOptions.offset
[warning] Failed to resolve link to "Marker#setLngLat" in comment for SetupMarkerOptions.anchor

Steps to reproduce the bug

I'm not sure I'll be able to create a minimal reproduction, but the following is what I currently have:
In the following repo (and commit) run:
npm ci
npm run build
npm run build:showcase
npm run docs

it should fail with the above warnings.
When I looked at the offending interface I was not able to understand what went wrong:
SetupMarkerOptions extends MarkerOptions which in turn has an offset: PointLike field, but PointLike is imported in this file, so it should be fine, shouldn't it?

Environment

  • Typedoc version: 0.28.5
  • TypeScript version: 5.8.3
  • Node.js version: 20.19.2
  • OS: MacOS, but also saw it on Linux.

Here's there relevant failing CI:
https://github.com/maplibre/ngx-maplibre-gl/actions/runs/15689019069/job/44199359734

Let me know what other info you might need.

As a workaround I've added @private above this interface to avoid this warning, but it felt like a patch...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions