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 cf2c88c commit 1225c4eCopy full SHA for 1225c4e
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