We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1f262 commit 6bcb6bbCopy full SHA for 6bcb6bb
src/testRunner/unittests/tsbuild/outFile.ts
@@ -465,7 +465,7 @@ namespace ts {
465
}
466
467
function stripInternalScenario(fs: vfs.FileSystem, removeCommentsDisabled?: boolean, jsDocStyle?: boolean) {
468
- const internal = jsDocStyle ? `/**@internal*/` : `/*@internal*/`;
+ const internal: string = jsDocStyle ? `/**@internal*/` : `/*@internal*/`;
469
if (removeCommentsDisabled) {
470
diableRemoveCommentsInAll(fs);
471
0 commit comments