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 @@ -2699,9 +2699,9 @@ namespace ts {
2699
2699
node . declarationMapPath = declarationMapPath ;
2700
2700
Object . defineProperties ( node , {
2701
2701
javascriptText : { get ( ) { return definedTextGetter ( declarationTextOrJavascriptPath ) ; } } ,
2702
- javascriptMapText : { get ( ) { return textGetter ( javascriptMapPath ) ; } } ,
2702
+ javascriptMapText : { get ( ) { return textGetter ( javascriptMapPath ) ; } } , // TODO:: if there is inline sourceMap in jsFile, use that
2703
2703
declarationText : { get ( ) { return definedTextGetter ( Debug . assertDefined ( javascriptMapTextOrDeclarationPath ) ) ; } } ,
2704
- declarationMapText : { get ( ) { return textGetter ( declarationMapPath ) ; } }
2704
+ declarationMapText : { get ( ) { return textGetter ( declarationMapPath ) ; } } // TODO:: if there is inline sourceMap in dtsFile, use that
2705
2705
} ) ;
2706
2706
}
2707
2707
else {
You can’t perform that action at this time.
0 commit comments