Searched refs:parseModuleFromPath (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | resolutionCache.ts | 1001 const packagePath = parseModuleFromPath(fileOrDirectoryPath);
|
| D | moduleNameResolver.ts | 1491 …const packageDirectory = considerPackageJson ? parseModuleFromPath(resolvedFromFile.path, state.co… constant 1532 …export function parseModuleFromPath(resolved: string, packageManagerType?: string): string | undef… function
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 5424 …export function parseModuleFromPath(resolved: string, packageManagerType?: string): string | undef…
|
| D | typescriptServices.d.ts | 5424 …export function parseModuleFromPath(resolved: string, packageManagerType?: string): string | undef…
|
| D | tsserverlibrary.d.ts | 5424 …export function parseModuleFromPath(resolved: string, packageManagerType?: string): string | undef…
|
| D | tsc.js | 37183 …var packageDirectory = considerPackageJson ? parseModuleFromPath(resolvedFromFile.path, state.comp… 37207 function parseModuleFromPath(resolved, packageManagerType) { function 37221 ts.parseModuleFromPath = parseModuleFromPath; 106093 var packagePath = ts.parseModuleFromPath(fileOrDirectoryPath);
|
| D | typingsInstaller.js | 45283 …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/ |
| D | typescript.d.ts | 5424 …export function parseModuleFromPath(resolved: string, packageManagerType?: string): string | undef…
|
| D | tsserverlibrary.d.ts | 5424 …export function parseModuleFromPath(resolved: string, packageManagerType?: string): string | undef…
|