Lines Matching refs:file
4 * you may not use this file except in compliance with the License.
76 file: path.resolve(__dirname, 'dist/jsMockSystemPlugin.js'),
84 countSize(configJSAPIMockOutput.file);
85 const fileContent = fs.readFileSync(configJSAPIMockOutput.file, 'utf-8');
86 fs.writeFileSync(configJSAPIMockOutput.file, fileContent.replace(/CommonMethod\$\d*/g, 'CommonMethod'), 'utf-8');
91 const file = path.relative(__dirname, filePath);
94 console.error('file size is wrong');
99 console.log(`generate snapshot file: ${file}...\nthe snapshot file size: ${size}...`);