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 {
26992699 node . declarationMapPath = declarationMapPath ;
27002700 Object . defineProperties ( node , {
27012701 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
27032703 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
27052705 } ) ;
27062706 }
27072707 else {
You can’t perform that action at this time.
0 commit comments