Searched refs:cachedTypingPaths (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/src/jsTyping/ |
D | jsTyping.ts | 114 { cachedTypingPaths: string[], newTypingNames: string[], filesToWatch: string[] } { 117 return { cachedTypingPaths: [], newTypingNames: [], filesToWatch: [] }; 178 const cachedTypingPaths: string[] = []; constant 181 cachedTypingPaths.push(inferred); 187 const result = { cachedTypingPaths, newTypingNames, filesToWatch };
|
/third_party/typescript/src/typingsInstallerCore/ |
D | typingsInstaller.ts | 186 …s(req, req.cachePath || this.globalCachePath, discoverTypingsResult.cachedTypingPaths, discoverTyp… 189 … this.sendResponse(this.createSetTypings(req, discoverTypingsResult.cachedTypingPaths));
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | typingsInstaller.ts | 1504 assert.deepEqual(result.cachedTypingPaths, [node.path]); 1525 assert.deepEqual(result.cachedTypingPaths, []); 1553 cachedTypingPaths: [], 1585 assert.deepEqual(result.cachedTypingPaths, [node.path]); 1611 assert.deepEqual(result.cachedTypingPaths, []); 1643 assert.deepEqual(result.cachedTypingPaths, []);
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 115018 return { cachedTypingPaths: [], newTypingNames: [], filesToWatch: [] }; 115069 var cachedTypingPaths = []; 115072 cachedTypingPaths.push(inferred); 115078 …var result = { cachedTypingPaths: cachedTypingPaths, newTypingNames: newTypingNames, filesToWatch:… property 115394 …s(req, req.cachePath || this.globalCachePath, discoverTypingsResult.cachedTypingPaths, discoverTyp… 115397 … this.sendResponse(this.createSetTypings(req, discoverTypingsResult.cachedTypingPaths));
|
D | typescriptServices.js | 115223 return { cachedTypingPaths: [], newTypingNames: [], filesToWatch: [] }; 115274 var cachedTypingPaths = []; 115277 cachedTypingPaths.push(inferred); 115283 …var result = { cachedTypingPaths: cachedTypingPaths, newTypingNames: newTypingNames, filesToWatch:… property
|
D | tsserverlibrary.js | 115223 return { cachedTypingPaths: [], newTypingNames: [], filesToWatch: [] }; 115274 var cachedTypingPaths = []; 115277 cachedTypingPaths.push(inferred); 115283 …var result = { cachedTypingPaths: cachedTypingPaths, newTypingNames: newTypingNames, filesToWatch:… property
|
D | tsserver.js | 152357 return { cachedTypingPaths: [], newTypingNames: [], filesToWatch: [] }; 152408 var cachedTypingPaths = []; 152411 cachedTypingPaths.push(inferred); 152417 …var result = { cachedTypingPaths: cachedTypingPaths, newTypingNames: newTypingNames, filesToWatch:… property
|
D | typescript.js | 115223 return { cachedTypingPaths: [], newTypingNames: [], filesToWatch: [] }; 115274 var cachedTypingPaths = []; 115277 cachedTypingPaths.push(inferred); 115283 …var result = { cachedTypingPaths: cachedTypingPaths, newTypingNames: newTypingNames, filesToWatch:… property
|