Merge pull request #25231 from timocov/fix25225

Remove @internal from Program::isSourceFileDefaultLibrary
This commit is contained in:
Mohamed Hegazy
2018-06-26 15:33:58 -07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -2774,7 +2774,7 @@ namespace ts {
/* @internal */ getFileProcessingDiagnostics(): DiagnosticCollection;
/* @internal */ getResolvedTypeReferenceDirectives(): Map<ResolvedTypeReferenceDirective>;
isSourceFileFromExternalLibrary(file: SourceFile): boolean;
/* @internal */ isSourceFileDefaultLibrary(file: SourceFile): boolean;
isSourceFileDefaultLibrary(file: SourceFile): boolean;
// For testing purposes only.
/* @internal */ structureIsReused?: StructureIsReused;