Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts730 …const normalizedTargetPaths = getPathsRelativeToRootDirs(moduleFileName, rootDirs, getCanonicalFil… constant
731 if (normalizedTargetPaths === undefined) {
737 …return map(normalizedTargetPaths, targetPath => ensurePathIsNonModuleName(getRelativePathFromDirec…
/third_party/typescript/lib/
DtypingsInstaller.js127783 …var normalizedTargetPaths = getPathsRelativeToRootDirs(moduleFileName, rootDirs, getCanonicalFileN…
127784 if (normalizedTargetPaths === undefined) {
127789 …return ts.map(normalizedTargetPaths, function (targetPath) { return ts.ensurePathIsNonModuleName(t…
Dtsc.js106186 …var normalizedTargetPaths = getPathsRelativeToRootDirs(moduleFileName, rootDirs, getCanonicalFileN…
106187 if (normalizedTargetPaths === undefined) {
106192 …return ts.map(normalizedTargetPaths, function (targetPath) { return ts.ensurePathIsNonModuleName(t…