Home
last modified time | relevance | path

Searched refs:ownTypes (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/jsTyping/
DjsTyping.ts293 const ownTypes = manifest.types || manifest.typings; constant
294 if (ownTypes) {
295 … const absolutePath = getNormalizedAbsolutePath(ownTypes, getDirectoryPath(normalizedFileName));
/third_party/typescript/lib/
DtypingsInstaller.js131879 var ownTypes = manifest_1.types || manifest_1.typings;
131880 if (ownTypes) {
131881 …var absolutePath = ts.getNormalizedAbsolutePath(ownTypes, ts.getDirectoryPath(normalizedFileName));