Lines Matching refs:output
41 let output;
72 output = output_;
100 buildPathInfo = output;
103 if (output && path.extname(key) === '.js') {
112 writeFileSync(newContent, output, keyPath, key, true);
113 } else if (output && path.extname(key) === '.json' &&
115 writeFileSync(assets[key].source(), output, key, key, false);
123 buildPathInfo = output;
143 const projectI18nPath = outI18nPath.replace(output, process.env.projectPath);
171 let output = path.resolve(buildPath, keyPath);
172 validateFilePathLength(output);
173 let parent = path.join(output, '..');
178 fs.writeFileSync(output, inputString);
187 cacheOutputPath = output;
197 let sourceFile = output.replace(/\.temp\.js$/, "_.js");
204 output = toUnixPath(output);
207 path: output, size: fileSize, cacheOutputPath: cacheOutputPath, sourceFile: sourceFile
210 console.debug(red, `ERROR Failed to convert file ${jsBundleFile} to bin. ${output} is lost`, reset);