remove spaces from @internal tag

This commit is contained in:
Alexander 2019-08-10 10:26:33 +03:00
parent e79e835fce
commit e30266598e

View File

@ -12,7 +12,7 @@ namespace ts {
}
}
/* @internal */
/*@internal*/
namespace ts {
export function getFileEmitOutput(program: Program, sourceFile: SourceFile, emitOnlyDtsFiles: boolean,
cancellationToken?: CancellationToken, customTransformers?: CustomTransformers): EmitOutput {
@ -80,7 +80,7 @@ namespace ts {
}
}
/* @internal */
/*@internal*/
namespace ts.BuilderState {
/**
* Information about the source file: Its version and optional signature from last emit