We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b660c8 commit 52df34bCopy full SHA for 52df34b
src/compiler/declarationEmitter.ts
@@ -67,7 +67,7 @@ namespace ts {
67
let errorNameNode: DeclarationName;
68
const emitJsDocComments = compilerOptions.removeComments ? noop : writeJsDocComments;
69
const emit = compilerOptions.stripInternal ? stripInternal : emitNode;
70
- let needsDeclare: boolean = true;
+ let needsDeclare = true;
71
72
let moduleElementDeclarationEmitInfo: ModuleElementDeclarationEmitInfo[] = [];
73
let asynchronousSubModuleDeclarationEmitInfo: ModuleElementDeclarationEmitInfo[];
0 commit comments