File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1275,6 +1275,7 @@ namespace ts {
1275
1275
/* @internal */ lineMap : number [ ] ;
1276
1276
/* @internal */ classifiableNames ?: Map < string > ;
1277
1277
// Stores a mapping 'external module reference text' -> 'resolved file name' | undefined
1278
+ // It is used to resolve module names in the checker.
1278
1279
// Content of this fiels should never be used directly - use getResolvedModuleFileName/setResolvedModuleFileName functions instead
1279
1280
/* @internal */ resolvedModules : Map < string > ;
1280
1281
/* @internal */ imports : LiteralExpression [ ] ;
Original file line number Diff line number Diff line change @@ -547,7 +547,7 @@ namespace ts {
547
547
private realizeDiagnostics ( diagnostics : Diagnostic [ ] ) : { message : string ; start : number ; length : number ; category : string ; } [ ] {
548
548
var newLine = this . getNewLine ( ) ;
549
549
return ts . realizeDiagnostics ( diagnostics , newLine ) ;
550
- }
550
+ }
551
551
552
552
public getSyntacticClassifications ( fileName : string , start : number , length : number ) : string {
553
553
return this . forwardJSONCall (
You can’t perform that action at this time.
0 commit comments