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
Search terms
externalSymbolLinkMappings, inherited from, overwrites
Expected Behavior
With config:
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