Skip to content

Commit e302665

Browse files
committed
remove spaces from @internal tag
1 parent e79e835 commit e302665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compiler/builderState.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace ts {
1212
}
1313
}
1414

15-
/* @internal */
15+
/*@internal*/
1616
namespace ts {
1717
export function getFileEmitOutput(program: Program, sourceFile: SourceFile, emitOnlyDtsFiles: boolean,
1818
cancellationToken?: CancellationToken, customTransformers?: CustomTransformers): EmitOutput {
@@ -80,7 +80,7 @@ namespace ts {
8080
}
8181
}
8282

83-
/* @internal */
83+
/*@internal*/
8484
namespace ts.BuilderState {
8585
/**
8686
* Information about the source file: Its version and optional signature from last emit

0 commit comments

Comments
 (0)