Home
last modified time | relevance | path

Searched refs:SelfPath (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-test-runner/build/
H A DPaths.js3 exports.SelfPath = void 0;
5 exports.SelfPath = (0, path_1.join)(__dirname, '..');
H A DPaths.d.ts1 export declare const SelfPath: string; constant
H A DPaths.js.map1 …AAC,CAAC","sourcesContent":["import { join } from 'path';\nexport const SelfPath = join(__dirname,…
H A DTemplateFile.js41 …return fs.copy((0, path_1.join)(Paths_1.SelfPath, 'templates', this.template, outputPath), (0, pat…
H A DTemplateFile.js.map1SelfPath } from './Paths';\nimport { Platform } from './Platform';\nimport TemplateEvaluator from …
/expo/packages/expo-test-runner/src/
H A DPaths.ts2 export const SelfPath = join(__dirname, '..'); constant
H A DTemplateFile.ts4 import { SelfPath } from './Paths';
23 join(SelfPath, 'templates', this.template, outputPath),