Searched refs:SelfPath (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/expo-test-runner/build/ |
| H A D | Paths.js | 3 exports.SelfPath = void 0; 5 exports.SelfPath = (0, path_1.join)(__dirname, '..');
|
| H A D | Paths.d.ts | 1 export declare const SelfPath: string; constant
|
| H A D | Paths.js.map | 1 …AAC,CAAC","sourcesContent":["import { join } from 'path';\nexport const SelfPath = join(__dirname,…
|
| H A D | TemplateFile.js | 41 …return fs.copy((0, path_1.join)(Paths_1.SelfPath, 'templates', this.template, outputPath), (0, pat…
|
| H A D | TemplateFile.js.map | 1 …SelfPath } from './Paths';\nimport { Platform } from './Platform';\nimport TemplateEvaluator from …
|
| /expo/packages/expo-test-runner/src/ |
| H A D | Paths.ts | 2 export const SelfPath = join(__dirname, '..'); constant
|
| H A D | TemplateFile.ts | 4 import { SelfPath } from './Paths'; 23 join(SelfPath, 'templates', this.template, outputPath),
|