From e30266598e41a2d4ed5a73e859265ee5f818b76a Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 10 Aug 2019 10:26:33 +0300 Subject: [PATCH] remove spaces from @internal tag --- src/compiler/builderState.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler/builderState.ts b/src/compiler/builderState.ts index b8bf5a90237..54c3cec3b72 100644 --- a/src/compiler/builderState.ts +++ b/src/compiler/builderState.ts @@ -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