Home
last modified time | relevance | path

Searched defs:formatProjectFilePath (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/metro-runtime/build/error-overlay/
H A DformatProjectFilePath.d.ts5 export declare function formatProjectFilePath(projectRoot: string, file?: string | null): string; function
H A DformatProjectFilePath.js4 function formatProjectFilePath(projectRoot, file) { function
/expo/packages/@expo/metro-runtime/src/error-overlay/
H A DformatProjectFilePath.ts5 export function formatProjectFilePath(projectRoot: string, file?: string | null): string { function