Home
last modified time | relevance | path

Searched refs:contextText (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DgetFileReferences.ts47 …makeReferenceItem({ file: bTs, text: "./a", lineText: importA, contextText: importA, isWriteAccess…
48 …akeReferenceItem({ file: cTs, text: "./a", lineText: importCurlyFromA, contextText: importCurlyFro…
49 …ReferenceItem({ file: dTs, text: "/project/a", lineText: importAFromA, contextText: importAFromA, …
50 …makeReferenceItem({ file: dTs, text: "./a", lineText: typeofImportA, contextText: typeofImportA, i…
70 …makeReferenceItem({ file: bTs, text: "./a", lineText: undefined, contextText: importA, isWriteAcce…
71 …makeReferenceItem({ file: cTs, text: "./a", lineText: undefined, contextText: importCurlyFromA, is…
72 …akeReferenceItem({ file: dTs, text: "/project/a", lineText: undefined, contextText: importAFromA, …
73 …makeReferenceItem({ file: dTs, text: "./a", lineText: undefined, contextText: typeofImportA, isWri…
DgetExportReferences.ts38 contextText: mainTs.content,
43 texts: { text: string; lineText: string; contextText?: string },
64 … referenceModTs({ text: "value", lineText: exportVariable, contextText: exportVariable }),
88 contextText: exportArrayDestructured,
112 contextText: exportObjectDestructured,
116 … { text: "valueC", lineText: exportObjectDestructured, contextText: "valueC: 0" },
144 contextText: exportObjectDestructured,
169 contextText: exportNestedObject,
176 contextText: "valueF: 1",
Drename.ts39 contextText: bTs.content
65 contextText: bTs.content
97 contextText: "const x = 0;"
129 contextText: "const x = 0;"
163 contextText: "const x = 0;"
202 contextText: `import aTest from "./a";`
241 contextText: "const x = 1;"
247 contextText: "export { x };",
274 contextText: `import { x } from "./a";`
289 contextText: "const x = 1;"
[all …]
DdeclarationFileMaps.ts2 …function documentSpanFromSubstring({ file, text, contextText, options, contextOptions }: DocumentS…
3 …const contextSpan = contextText !== undefined ? documentSpanFromSubstring({ file, text: contextTex…
200 contextText: "export function fnA() {}"
215 contextText: "export function fnA() {}"
231 contextText: "export function fnA() {}"
258 contextText: "export interface IfaceA {}"
271 contextText: "export function fnA() {}"
284 contextText: "export declare function fnB(): void;"
386 contextText: "export function fnA() {}",
439 contextText: "export function fnA() {}"
[all …]
Dhelpers.ts652 contextText?: string; property
663 contextText?: string; property
666 …export function protocolFileSpanWithContextFromSubstring({ contextText, contextOptions, ...rest }:…
668 const contextSpan = contextText !== undefined ?
669 … protocolFileSpanFromSubstring({ file: rest.file, text: contextText, options: contextOptions }) :
684 contextText?: string; property
687 …export function protocolTextSpanWithContextFromSubstring({ fileText, text, options, contextText, c…
690 …const contextSpan = contextText !== undefined ? textSpanFromSubstring(fileText, contextText, conte…
DwebServer.ts122contextText: "interface Array<T> { length: number; [n: number]: T; }"
DprojectReferences.ts181 contextText: `export function evaluateKeyboardEvent() { }`,
188 contextText: importStr,
203 contextText: importStr,