Searched refs:jsConfigPath (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/@expo/metro-config/src/transform-worker/ |
| H A D | postcss.ts | 237 const jsConfigPath = path.join(projectRoot, CONFIG_FILE_NAME + '.js'); constant 239 if (fs.existsSync(jsConfigPath)) { 240 debug('load file:', jsConfigPath); 241 return requireUncachedFile(jsConfigPath); 258 const jsConfigPath = path.join(projectRoot, CONFIG_FILE_NAME + '.js'); constant 259 if (fs.existsSync(jsConfigPath)) { 260 return stableHash(fs.readFileSync(jsConfigPath, 'utf8')).toString('hex');
|
| /expo/packages/@expo/metro-config/build/transform-worker/ |
| H A D | postcss.js | 229 const jsConfigPath = _path().default.join(projectRoot, CONFIG_FILE_NAME + '.js'); 230 if (_fs().default.existsSync(jsConfigPath)) { 231 debug('load file:', jsConfigPath); 232 return (0, _require().requireUncachedFile)(jsConfigPath); 248 const jsConfigPath = _path().default.join(projectRoot, CONFIG_FILE_NAME + '.js'); 249 if (_fs().default.existsSync(jsConfigPath)) { 250 return stableHash(_fs().default.readFileSync(jsConfigPath, 'utf8')).toString('hex');
|
| H A D | postcss.js.map | 1 …jsConfigPath","join","fs","existsSync","requireUncachedFile","jsonConfigPath","JsonFile","read","j…
|