Fix #23180 - Generating source maps with relative path in sourceRoot option produces maps with absolute file paths

This commit is contained in:
Alexader
2018-05-09 12:17:19 +03:00
parent f17bf54bfe
commit fe0e809742
16 changed files with 30 additions and 32 deletions

View File

@@ -443,7 +443,6 @@ namespace ts {
{
name: "sourceRoot",
type: "string",
isFilePath: true,
paramType: Diagnostics.LOCATION,
category: Diagnostics.Source_Map_Options,
description: Diagnostics.Specify_the_location_where_debugger_should_locate_TypeScript_files_instead_of_source_locations,
@@ -451,7 +450,6 @@ namespace ts {
{
name: "mapRoot",
type: "string",
isFilePath: true,
paramType: Diagnostics.LOCATION,
category: Diagnostics.Source_Map_Options,
description: Diagnostics.Specify_the_location_where_debugger_should_locate_map_files_instead_of_generated_locations,