Skip to content

externalSymbolLinkMappings wildcard #2101

@mistic100

Description

@mistic100

Search Terms

externalSymbolLinkMappings wildcard

Problem

I have a library that heavily relies on three.js package. I import and expose ~20 different objects from three. It is not really important for me that the links for these types are accurate but at least I would like to point the three.js documentation index.

Suggested Solution

Allow externalSymbolLinkMappings to declare wildcard mapping, that would be used if no other mapping match.

    "externalSymbolLinkMappings": {
      "@types/three": {
        "*": "https://threejs.org/docs/"
      },
      "three": {
        "*": "https://threejs.org/docs/"
      }
    }

It would also cover cases when an external library is a single long page.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueEasier issue for first time contributorshelp wantedContributions are especially encouraged

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions