Searched refs:bowerJsonPath (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/src/jsTyping/ |
D | jsTyping.ts | 143 const bowerJsonPath = combinePaths(searchDir, "bower.json"); constant 144 getTypingNamesFromJson(bowerJsonPath, filesToWatch);
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 115039 var bowerJsonPath = ts.combinePaths(searchDir, "bower.json"); 115040 getTypingNamesFromJson(bowerJsonPath, filesToWatch);
|
D | typescriptServices.js | 115244 var bowerJsonPath = ts.combinePaths(searchDir, "bower.json"); 115245 getTypingNamesFromJson(bowerJsonPath, filesToWatch);
|
D | tsserverlibrary.js | 115244 var bowerJsonPath = ts.combinePaths(searchDir, "bower.json"); 115245 getTypingNamesFromJson(bowerJsonPath, filesToWatch);
|
D | tsserver.js | 152378 var bowerJsonPath = ts.combinePaths(searchDir, "bower.json"); 152379 getTypingNamesFromJson(bowerJsonPath, filesToWatch);
|
D | typescript.js | 115244 var bowerJsonPath = ts.combinePaths(searchDir, "bower.json"); 115245 getTypingNamesFromJson(bowerJsonPath, filesToWatch);
|