Home
last modified time | relevance | path

Searched refs:defaultLibrary (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/services/
Dclassifier2020.ts14 declaration, static, async, readonly, defaultLibrary, local enumerator
124 modifierSet |= 1 << TokenModifier.defaultLibrary;
128 modifierSet |= 1 << TokenModifier.defaultLibrary;
/third_party/typescript/src/server/
Dproject.ts998 const defaultLibrary = getDefaultLibFilePath(this.compilerOptions); constant
999 if (defaultLibrary) {
1000 (rootFiles || (rootFiles = [])).push(asNormalizedPath(defaultLibrary));
/third_party/typescript/src/harness/
DfourslashImpl.ts2655 tokenModifiers[ts.classifier.v2020.TokenModifier.defaultLibrary] = "defaultLibrary";