Lines Matching refs:input
28 let input = '';
38 function copyFile(input, output) {
40 if (fs.existsSync(input)) {
45 const pathInfo = path.parse(input);
55 if (themeFileBuild(input, output)) {
59 const readStream = fs.createReadStream(input);
70 throw new Error(`${red}Failed to build file ${input}.${reset}`).message;
120 input = input_;
136 circularFile(path.resolve(input, item), path.resolve(output, item), '');
140 circularFile(input, output, '');
142 circularFile(input, output, '../share');
149 checkTestRunner(input, entryObj);
219 const hmlPath = path.join(input, sourcePath + '.hml');
380 const workerPath = path.resolve(input, 'workers');
474 if (fs.existsSync(path.join(input, key + '.css'))) {
475 cssfiles["entry"][path.join(input, key + '.css')] = true;