Lines Matching full:path
20 import path from 'path'
35 return path.basename(resourcePath).replace(/\..*$/, '')
39 const filename = path.relative('.', resourcePath)
47 return path.relative('.', filepath)
144 const sourceRoot = path.resolve('.')
223 return filePath.slice(0, filePath.indexOf(moduleName.replace(/\//g, path.sep)) + moduleName.length)
314 name: path.resolve(__dirname, 'json.js')
316 name: path.resolve(__dirname, 'template.js')
321 name: path.resolve(__dirname, 'json.js')
323 name: path.resolve(__dirname, 'style.js')
328 name: path.resolve(__dirname, 'json.js')
337 name: path.resolve(__dirname, `../node_modules/${customLoader}`)
343 name: path.resolve(__dirname, 'extgen.js'),
362 const inputFile = path.resolve(inputPath, file);
363 const outputFile = path.resolve(outputPath, file);
376 const parent = path.join(outputFile, '..');
380 if (path.parse(parent).name === 'i18n' && path.parse(inputFile).ext === '.json' &&
420 const parent = path.join(path_, '..');