Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DstringCompletions.ts659 …const typesDir = combinePaths(getDirectoryPath(packageJson), isOhpm(options.packageManagerType) ? … constant
660 getCompletionEntriesFromDirectories(typesDir);
/third_party/typescript/lib/
DtypescriptServices.js120395 … var typesDir = ts.combinePaths(ts.getDirectoryPath(packageJson), "node_modules/@types");
120396 getCompletionEntriesFromDirectories(typesDir);
Dtsserverlibrary.js120395 … var typesDir = ts.combinePaths(ts.getDirectoryPath(packageJson), "node_modules/@types");
120396 getCompletionEntriesFromDirectories(typesDir);
Dtsserver.js119826 … var typesDir = ts.combinePaths(ts.getDirectoryPath(packageJson), "node_modules/@types");
119827 getCompletionEntriesFromDirectories(typesDir);
Dtypescript.js120395 … var typesDir = ts.combinePaths(ts.getDirectoryPath(packageJson), "node_modules/@types");
120396 getCompletionEntriesFromDirectories(typesDir);