-
-
Notifications
You must be signed in to change notification settings - Fork 745
Closed
Description
Search terms
externalSymbolLinkMappings, inherited from, overwrites
Expected Behavior
import { AssertionError } from "assert";
export class Err extends AssertionError {}
With config:
externalSymbolLinkMappings: {
'@types/node': {
'assert.AssertionError':
'https://nodejs.org/api/assert.html#class-assertassertionerror',
'assert.AssertionError.constructor':
'https://nodejs.org/api/assert.html#class-assertassertionerror',
},
}
Should link to the node docs both in the Hierarchy portion of the page and where the constructor says it is Inherited from assert.AssertionError.constructor
Actual Behavior
TypeDoc links to the node docs in the Hierarchy portion of the page but not in the Inherited from links
Environment
- Typedoc version: 0.28.12
Metadata
Metadata
Assignees
Labels
No labels