Searched refs:sourcemapJSON (Results 1 – 1 of 1) sorted by relevance
870 const sourcemapJSON = JSON.parse(sourcemap); constant871 const outputJSFile = result.outputs.find(td => td.file.endsWith(sourcemapJSON.file));874 …const sourceTDs = ts.map(sourcemapJSON.sources, (s: string) => result.inputs.find(td => td.file.en…