File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2431,7 +2431,7 @@ namespace ts {
2431
2431
getDeclarationDiagnostics ( sourceFile ?: SourceFile , cancellationToken ?: CancellationToken ) : Diagnostic [ ] ;
2432
2432
2433
2433
/**
2434
- * Gets a type checker that can be used to semantically analyze source fils in the program.
2434
+ * Gets a type checker that can be used to semantically analyze source files in the program.
2435
2435
*/
2436
2436
getTypeChecker ( ) : TypeChecker ;
2437
2437
@@ -2451,7 +2451,7 @@ namespace ts {
2451
2451
2452
2452
/* @internal */ getFileProcessingDiagnostics ( ) : DiagnosticCollection ;
2453
2453
/* @internal */ getResolvedTypeReferenceDirectives ( ) : Map < ResolvedTypeReferenceDirective > ;
2454
- /* @internal */ isSourceFileFromExternalLibrary ( file : SourceFile ) : boolean ;
2454
+ isSourceFileFromExternalLibrary ( file : SourceFile ) : boolean ;
2455
2455
// For testing purposes only.
2456
2456
/* @internal */ structureIsReused ?: StructureIsReused ;
2457
2457
You can’t perform that action at this time.
0 commit comments