We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d02882 commit 2927eadCopy full SHA for 2927ead
lib/broccoli/broccoli-typescript.js
@@ -195,7 +195,6 @@ class BroccoliTypeScriptCompiler extends Plugin {
195
196
_outputFile(absoluteFilePath, fileContent, registry) {
197
absoluteFilePath = path.resolve(this.cachePath, absoluteFilePath);
198
- let inputFilePath = absoluteFilePath;
199
// Replace the input path by the output.
200
absoluteFilePath = absoluteFilePath.replace(this.inputPaths[0], this.cachePath);
201
const outputFilePath = absoluteFilePath.replace(this.cachePath, this.outputPath);
0 commit comments