ci: add a change
This commit is contained in:
parent
1dd11c99cc
commit
8d5ab908fc
@ -112,7 +112,7 @@ class ResolvedDeclarationEmitter {
|
|||||||
emit(): string {
|
emit(): string {
|
||||||
const sourceFile = this.program.getSourceFiles().find(sf => sf.fileName === this.fileName);
|
const sourceFile = this.program.getSourceFiles().find(sf => sf.fileName === this.fileName);
|
||||||
if (!sourceFile) {
|
if (!sourceFile) {
|
||||||
throw new Error(`Source file "${this.fileName}" not found`);
|
throw new Error(`Source file "${this.fileName}" not found `);
|
||||||
}
|
}
|
||||||
|
|
||||||
let output: string[] = [];
|
let output: string[] = [];
|
||||||
@ -441,4 +441,4 @@ function applyDefaultTagOptions(tagOptions: JsDocTagOptions | undefined): JsDocT
|
|||||||
|
|
||||||
function getName(node: any) {
|
function getName(node: any) {
|
||||||
return '`' + (node.name && node.name.text ? node.name.text : node.getText()) + '`';
|
return '`' + (node.name && node.name.text ? node.name.text : node.getText()) + '`';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user