Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DmoduleNameResolver.ts568 const directoryPathMap = new Map<string, ResolvedModuleWithFailedLookupLocations>(); constant
573 … return directoryPathMap.get(toPath(directory, currentDirectory, getCanonicalFileName));
590 if (directoryPathMap.has(path)) {
593 directoryPathMap.set(path, result);
607 if (parent === current || directoryPathMap.has(parent)) {
610 directoryPathMap.set(parent, result);
/third_party/typescript/lib/
Dtsc.js32276 var directoryPathMap = new ts.Map();
32279 … return directoryPathMap.get(ts.toPath(directory, currentDirectory, getCanonicalFileName));
32283 if (directoryPathMap.has(path)) {
32286 directoryPathMap.set(path, result);
32293 if (parent === current || directoryPathMap.has(parent)) {
32296 directoryPathMap.set(parent, result);
DtypingsInstaller.js39553 var directoryPathMap = new ts.Map();
39556 … return directoryPathMap.get(ts.toPath(directory, currentDirectory, getCanonicalFileName));
39572 if (directoryPathMap.has(path)) {
39575 directoryPathMap.set(path, result);
39588 if (parent === current || directoryPathMap.has(parent)) {
39591 directoryPathMap.set(parent, result);
Dtypescript.js39758 var directoryPathMap = new ts.Map();
39761 … return directoryPathMap.get(ts.toPath(directory, currentDirectory, getCanonicalFileName));
39777 if (directoryPathMap.has(path)) {
39780 directoryPathMap.set(path, result);
39793 if (parent === current || directoryPathMap.has(parent)) {
39796 directoryPathMap.set(parent, result);
DtypescriptServices.js39758 var directoryPathMap = new ts.Map();
39761 … return directoryPathMap.get(ts.toPath(directory, currentDirectory, getCanonicalFileName));
39777 if (directoryPathMap.has(path)) {
39780 directoryPathMap.set(path, result);
39793 if (parent === current || directoryPathMap.has(parent)) {
39796 directoryPathMap.set(parent, result);
Dtsserverlibrary.js39758 var directoryPathMap = new ts.Map();
39761 … return directoryPathMap.get(ts.toPath(directory, currentDirectory, getCanonicalFileName));
39777 if (directoryPathMap.has(path)) {
39780 directoryPathMap.set(path, result);
39793 if (parent === current || directoryPathMap.has(parent)) {
39796 directoryPathMap.set(parent, result);
Dtsserver.js39564 var directoryPathMap = new ts.Map();
39567 … return directoryPathMap.get(ts.toPath(directory, currentDirectory, getCanonicalFileName));
39583 if (directoryPathMap.has(path)) {
39586 directoryPathMap.set(path, result);
39599 if (parent === current || directoryPathMap.has(parent)) {
39602 directoryPathMap.set(parent, result);