Skip to content

Commit 2927ead

Browse files
committed
fix: Source maps not correctly referenced.
Removed the inputFilePath variable that is no longer needed and was causing lint to fail. angular#1266
1 parent 9d02882 commit 2927ead

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/broccoli/broccoli-typescript.js

-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ class BroccoliTypeScriptCompiler extends Plugin {
195195

196196
_outputFile(absoluteFilePath, fileContent, registry) {
197197
absoluteFilePath = path.resolve(this.cachePath, absoluteFilePath);
198-
let inputFilePath = absoluteFilePath;
199198
// Replace the input path by the output.
200199
absoluteFilePath = absoluteFilePath.replace(this.inputPaths[0], this.cachePath);
201200
const outputFilePath = absoluteFilePath.replace(this.cachePath, this.outputPath);

0 commit comments

Comments
 (0)