Home
last modified time | relevance | path

Searched defs:replacementSpan (Results 1 – 25 of 35) sorted by relevance

12

/third_party/typescript/tests/cases/fourslash/
DcompletionListInvalidMemberNames_escapeQuote.ts6 const replacementSpan = test.ranges()[0]; constant
DcompletionForStringLiteralInIndexedAccess01.ts10 const replacementSpan = test.ranges()[0] constant
DcompletionForStringLiteral_mappedTypeMembers.ts11 const replacementSpan = test.ranges()[0]; constant
DcompletionOfAwaitPromise2.ts8 const replacementSpan = test.ranges()[0] constant
DcompletionsElementAccessNumeric.ts18 const replacementSpan = test.ranges()[0]; constant
DcompletionListInvalidMemberNames_startWithSpace.ts6 const replacementSpan = test.ranges()[0]; constant
DcompletionForQuotedPropertyInPropertyAssignment2.ts20 const replacementSpan = test.ranges()[0] constant
DcompletionForQuotedPropertyInPropertyAssignment4.ts14 const replacementSpan = test.ranges()[0] constant
DcompletionOfAwaitPromise1.ts7 const replacementSpan = test.ranges()[0] constant
DcompletionListAfterStringLiteralTypeWithNoSubstitutionTemplateLiteral.ts6 const replacementSpan = test.ranges()[0] constant
DcompletionOfAwaitPromise4.ts7 const replacementSpan = test.ranges()[0] constant
DcompletionListForStringUnion.ts7 const replacementSpan = test.ranges()[0] constant
DcompletionsTuple.ts6 const replacementSpan = test.ranges()[0]; constant
DcompletionOfAwaitPromise6.ts7 const replacementSpan = test.ranges()[0] constant
DcompletionOfAwaitPromise7.ts8 const replacementSpan = test.ranges()[0]; constant
DcompletionForQuotedPropertyInPropertyAssignment1.ts14 const replacementSpan = test.ranges()[0] constant
DcompletionOfAwaitPromise5.ts8 const replacementSpan = test.ranges()[0] constant
DcompletionOfAwaitPromise3.ts8 const replacementSpan = test.ranges()[0] constant
DcompletionForQuotedPropertyInPropertyAssignment3.ts18 const replacementSpan = test.ranges()[0] constant
DcompletionForStringLiteral4.ts20 const replacementSpan = test.ranges()[0] constant
DcompletionForStringLiteral14.ts10 const replacementSpan = test.ranges()[0] constant
DcompletionListInvalidMemberNames.ts17 const replacementSpan = test.ranges()[0]; constant
/third_party/typescript/src/testRunner/unittests/tsserver/
Dcompletions.ts204 replacementSpan: undefined, constant
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts1738 readonly replacementSpan?: FourSlash.Range; property
1830 replacementSpan?: FourSlash.Range; property
/third_party/typescript/src/services/
Dcompletions.ts626 const replacementSpan = createTextSpanFromNode(jsxClosingElement.tagName); constant
915 let replacementSpan: TextSpan | undefined; variable
1343 const replacementSpan = importStatementCompletion.replacementSpan; constant
4397 replacementSpan: TextSpan | undefined; property

12