Searched refs:exportMapKey (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | completions.ts | 73 const exportMapKey = (response?.entries[0].data as any)?.exportMapKey; constant 74 assert.isString(exportMapKey); 75 delete (response?.entries[0].data as any).exportMapKey; 88 …mes: [{ name: "foo", source: "/a", data: { exportName: "foo", fileName: "/a.ts", exportMapKey } }],
|
/third_party/typescript/src/services/ |
D | completions.ts | 84 exportMapKey: string; property 391 const info = exportMap.get(file.path, entry.data.exportMapKey); 1305 exportMapKey: origin.exportMapKey, constant 1332 exportMapKey: data.exportMapKey, constant 2876 (info, symbolName, isFromAmbientModule, exportMapKey) => { 2916 exportMapKey,
|
D | types.ts | 1269 exportMapKey: string; property
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 6966 exportMapKey: string; property
|
D | typescriptServices.d.ts | 6966 exportMapKey: string; property
|
D | tsserverlibrary.d.ts | 6966 exportMapKey: string; property
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 6966 exportMapKey: string; property
|
D | tsserverlibrary.d.ts | 6966 exportMapKey: string; property
|