Home
last modified time | relevance | path

Searched refs:parseModuleFromPath (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/compiler/
DresolutionCache.ts1001 const packagePath = parseModuleFromPath(fileOrDirectoryPath);
DmoduleNameResolver.ts1491 …const packageDirectory = considerPackageJson ? parseModuleFromPath(resolvedFromFile.path, state.co… constant
1532 …export function parseModuleFromPath(resolved: string, packageManagerType?: string): string | undef… function
/third_party/typescript/lib/
Dtypescript.d.ts5424 …export function parseModuleFromPath(resolved: string, packageManagerType?: string): string | undef…
DtypescriptServices.d.ts5424 …export function parseModuleFromPath(resolved: string, packageManagerType?: string): string | undef…
Dtsserverlibrary.d.ts5424 …export function parseModuleFromPath(resolved: string, packageManagerType?: string): string | undef…
Dtsc.js37183 …var packageDirectory = considerPackageJson ? parseModuleFromPath(resolvedFromFile.path, state.comp…
37207 function parseModuleFromPath(resolved, packageManagerType) { function
37221 ts.parseModuleFromPath = parseModuleFromPath;
106093 var packagePath = ts.parseModuleFromPath(fileOrDirectoryPath);
DtypingsInstaller.js45283 …var packageDirectory = considerPackageJson ? parseModuleFromPath(resolvedFromFile.path, state.comp…
45322 function parseModuleFromPath(resolved, packageManagerType) { function
45336 ts.parseModuleFromPath = parseModuleFromPath;
127559 var packagePath = ts.parseModuleFromPath(fileOrDirectoryPath);
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5424 …export function parseModuleFromPath(resolved: string, packageManagerType?: string): string | undef…
Dtsserverlibrary.d.ts5424 …export function parseModuleFromPath(resolved: string, packageManagerType?: string): string | undef…