Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DmoduleNameResolver.ts1017 …const packageDirectory = considerPackageJson ? parseModuleFromPath(resolvedFromFile, state.compile… constant
1058 …function parseModuleFromPath(resolved: PathAndExtension, packageManagerType?: string): string | un… function