Home
last modified time | relevance | path

Searched refs:ambientModuleName (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/src/services/
DexportInfoMap.ts164 const { symbolName, ambientModuleName } = parseKey(key); constant
170 const res = action(filtered, name, !!ambientModuleName, key);
242 …function key(importedName: string, symbol: Symbol, ambientModuleName: string | undefined, checker:…
243 const moduleKey = ambientModuleName || "";
250 const ambientModuleName = moduleKey === "" ? undefined : moduleKey; constant
251 return { symbolName, ambientModuleName };
264 for (const ambientModuleName of newSourceFile.ambientModuleNames) { constant
265 …tion = (node: Statement) => isNonGlobalAmbientModule(node) && node.name.text === ambientModuleName;
Dcompletions.ts1291 … const ambientModuleName = origin.fileName ? undefined : stripQuotes(origin.moduleSymbol.name); constant
1297 ambientModuleName, constant
1307 ambientModuleName: origin.fileName ? undefined : stripQuotes(origin.moduleSymbol.name), constant
3938 data.ambientModuleName ? checker.tryFindAmbientModule(data.ambientModuleName) :
Dtypes.ts1262 ambientModuleName?: string; property
/third_party/typescript/src/testRunner/unittests/tsserver/
Dcompletions.ts45 …data: { exportName: "foo", fileName: "/a.ts", ambientModuleName: undefined, isPackageJsonImport: u…
/third_party/typescript/tests/cases/fourslash/
Dfourslash.ts115 ambientModuleName?: string; property
/third_party/typescript/src/server/
Dsession.ts3547 && (data.ambientModuleName === undefined || typeof data.ambientModuleName === "string"
/third_party/typescript/src/harness/
DfourslashImpl.ts929 e.data?.ambientModuleName === entry.data?.ambientModuleName
/third_party/typescript/lib/
Dtypescript.d.ts6980 ambientModuleName?: string; property
DtypescriptServices.d.ts6980 ambientModuleName?: string; property
Dtsserverlibrary.d.ts6980 ambientModuleName?: string; property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts6980 ambientModuleName?: string; property
Dtsserverlibrary.d.ts6980 ambientModuleName?: string; property