/third_party/typescript/src/services/ |
D | outliningElementsCollector.ts | 265 const textSpan = createTextSpanFromBounds(node.body.getFullStart(), node.body.getEnd()); constant 270 …const textSpan = createTextSpanFromBounds(node.openingElement.getStart(sourceFile), node.closingEl… constant 277 …const textSpan = createTextSpanFromBounds(node.openingFragment.getStart(sourceFile), node.closingF… constant 316 const textSpan = createTextSpanFromBounds(node.getStart(), node.getEnd()); constant 328 …const textSpan = createTextSpanFromBounds(useFullStart ? openToken.getFullStart() : openToken.getS… constant
|
D | smartSelection.ts | 103 const textSpan = createTextSpanFromBounds(start, end); constant
|
D | types.ts | 683 textSpan: TextSpan; property 688 textSpan: TextSpan; property 897 textSpan: TextSpan; property 940 textSpan: TextSpan; property 952 textSpan: TextSpan; property 1079 textSpan: TextSpan; property 1141 textSpan: TextSpan; property 1186 textSpan: TextSpan; property 1333 textSpan: TextSpan; property
|
D | goToDefinition.ts | 310 const textSpan = createTextSpan(node.getStart(), node.getWidth()); constant
|
D | findAllReferences.ts | 33 readonly textSpan: TextSpan; property 368 const { sourceFile, textSpan, name, kind, displayParts, context } = info; constant 429 const textSpan = getTextSpan(entry.node, sourceFile); constant
|
D | services.ts | 1849 const textSpan = createTextSpanFromNode(node.tagName, sourceFile); constant
|
D | utilities.ts | 2143 const { fileName, textSpan } = documentSpan; constant
|
/third_party/typescript/src/harness/ |
D | fourslashInterfaceImpl.ts | 813 textSpan?: FourSlash.TextSpan; property 820 textSpan?: FourSlash.TextSpan; property 935 …const textSpan = position === undefined ? undefined : { start: position, end: position + text.leng… constant
|
D | fourslashImpl.ts | 1201 …for (const { textSpan } of refsByFile.find(refs => refs[0].fileName === fileName) ?? ts.emptyArray… constant 2437 const { textSpan, fileName } = duplicate; constant
|
/third_party/typescript/src/server/ |
D | session.ts | 1309 const { textSpan } = unmappedDefinitionAndBoundSpan; constant 1600 … const { fileName, isWriteAccess, textSpan, isInString, contextSpan } = occurrence; constant 1788 …for (const { fileName, textSpan, contextSpan, originalContextSpan: _2, originalTextSpan: _, origin… constant 3472 const textSpan = toProtocolTextSpan(span, scriptInfo); constant
|
D | protocol.ts | 369 textSpan: TextSpan; property 1024 textSpan: TextSpan; property 1643 textSpan: TextSpan; property
|
/third_party/typescript/lib/ |
D | protocol.d.ts | 251 textSpan: TextSpan; property 746 textSpan: TextSpan; property 1201 textSpan: TextSpan; property
|
D | typescript.d.ts | 6485 textSpan: TextSpan; property 6489 textSpan: TextSpan; property 6667 textSpan: TextSpan; property 6703 textSpan: TextSpan; property 6714 textSpan: TextSpan; property 6796 textSpan: TextSpan; property 6850 textSpan: TextSpan; property 6890 textSpan: TextSpan; property 7023 textSpan: TextSpan; property
|
D | typescriptServices.d.ts | 6485 textSpan: TextSpan; property 6489 textSpan: TextSpan; property 6667 textSpan: TextSpan; property 6703 textSpan: TextSpan; property 6714 textSpan: TextSpan; property 6796 textSpan: TextSpan; property 6850 textSpan: TextSpan; property 6890 textSpan: TextSpan; property 7023 textSpan: TextSpan; property
|
D | tsserverlibrary.d.ts | 6485 textSpan: TextSpan; property 6489 textSpan: TextSpan; property 6667 textSpan: TextSpan; property 6703 textSpan: TextSpan; property 6714 textSpan: TextSpan; property 6796 textSpan: TextSpan; property 6850 textSpan: TextSpan; property 6890 textSpan: TextSpan; property 7023 textSpan: TextSpan; property
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 6485 textSpan: TextSpan; property 6489 textSpan: TextSpan; property 6667 textSpan: TextSpan; property 6703 textSpan: TextSpan; property 6714 textSpan: TextSpan; property 6796 textSpan: TextSpan; property 6850 textSpan: TextSpan; property 6890 textSpan: TextSpan; property 7023 textSpan: TextSpan; property
|
D | tsserverlibrary.d.ts | 6485 textSpan: TextSpan; property 6489 textSpan: TextSpan; property 6667 textSpan: TextSpan; property 6703 textSpan: TextSpan; property 6714 textSpan: TextSpan; property 6796 textSpan: TextSpan; property 6850 textSpan: TextSpan; property 6890 textSpan: TextSpan; property 7023 textSpan: TextSpan; property
|