-
-
Notifications
You must be signed in to change notification settings - Fork 750
Closed
Description
function createReferenceReflection(context, source, target) {
if (!(context.scope instanceof models_1.ContainerReflection)) {
throw new Error('Cannot add reference to a non-container');
}
if (target.declarations.some(d => context.isOutsideDocumentation(d.getSourceFile().fileName))) {
return;
...
}I don't know when will be target.declaration === undefined. I have used typedoc-plugin-lerna-packages plugin. Would someone give me some information ?
Environment
- Typedoc version: 0.16.11
- TypeScript version: 3.7.5
- Node.js version: v13.8.0
- OS: mac os catalina
lagoasoft-lucasschmidt
Metadata
Metadata
Assignees
Labels
No labels