Searched defs:resolvedPath (Results 1 – 6 of 6) sorted by relevance
32 const resolvedPath = resolveFrom.silent(projectRoot, moduleId); constant76 const resolvedPath = resolveFrom.silent(projectRoot, moduleId); constant
48 const resolvedPath = resolveFrom.silent(projectRoot, 'typescript'); constant
18 const resolvedPath = resolveFrom.silent(projectRoot, moduleId); constant
97 const resolvedPath = path.resolve(projectRoot, nativeModulesDir || 'modules'); constant
102 const resolvedPath = properties.absolutePath constant
117 const resolvedPath = uri.startsWith('/') ? uri : path.join(baseUrl.pathname, uri); constant