/third_party/typescript/src/services/ |
D | outliningElementsCollector.ts | 242 const textSpan = createTextSpanFromBounds(node.body.getFullStart(), node.body.getEnd()); constant 247 …const textSpan = createTextSpanFromBounds(node.openingElement.getStart(sourceFile), node.closingEl… constant 254 …const textSpan = createTextSpanFromBounds(node.openingFragment.getStart(sourceFile), node.closingF… constant 299 …const textSpan = createTextSpanFromBounds(useFullStart ? openToken.getFullStart() : openToken.getS… constant
|
D | goToDefinition.ts | 201 const textSpan = createTextSpan(node.getStart(), node.getWidth()); constant 309 const textSpan = createTextSpanFromNode(name, sourceFile); constant
|
D | smartSelection.ts | 81 const textSpan = createTextSpanFromBounds(start, end); constant
|
D | types.ts | 624 textSpan: TextSpan; property 629 textSpan: TextSpan; property 824 textSpan: TextSpan; property 868 textSpan: TextSpan; property 880 textSpan: TextSpan; property 999 textSpan: TextSpan; property 1049 textSpan: TextSpan; property 1091 textSpan: TextSpan; property 1176 textSpan: TextSpan; property
|
D | findAllReferences.ts | 33 readonly textSpan: TextSpan; property 357 const { sourceFile, textSpan, name, kind, displayParts, context } = info; constant 410 const textSpan = getTextSpan(entry.node, sourceFile); constant
|
D | services.ts | 1709 const textSpan = createTextSpanFromNode(node.tagName, sourceFile); constant
|
/third_party/typescript/src/harness/ |
D | fourslashInterfaceImpl.ts | 786 textSpan?: FourSlash.TextSpan; property 793 textSpan?: FourSlash.TextSpan; property 908 …const textSpan = position === undefined ? undefined : { start: position, end: position + text.leng… constant
|
D | fourslashImpl.ts | 1174 …for (const { textSpan } of refsByFile.find(refs => refs[0].fileName === fileName) ?? ts.emptyArray… constant 2374 const { textSpan, fileName } = duplicate; constant
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | projectReferences.ts | 236 const textSpan = usageSpan(fn); constant 253 const textSpan = usageSpan(fn); constant 277 const textSpan = usageSpan(fn); constant 293 const textSpan = usageSpan(fn); constant
|
/third_party/typescript/src/server/ |
D | session.ts | 1246 const { textSpan } = unmappedDefinitionAndBoundSpan; constant 1358 … const { fileName, isWriteAccess, textSpan, isInString, contextSpan } = occurrence; constant 1527 …for (const { fileName, textSpan, contextSpan, originalContextSpan: _2, originalTextSpan: _, origin… constant 3055 const textSpan = toProtocolTextSpan(span, scriptInfo); constant
|
D | protocol.ts | 367 textSpan: TextSpan; property 992 textSpan: TextSpan; property 1603 textSpan: TextSpan; property
|
/third_party/typescript/lib/ |
D | protocol.d.ts | 249 textSpan: TextSpan; property 718 textSpan: TextSpan; property 1165 textSpan: TextSpan; property
|
D | tsserverlibrary.d.ts | 5698 textSpan: TextSpan; property 5702 textSpan: TextSpan; property 5868 textSpan: TextSpan; property 5905 textSpan: TextSpan; property 5916 textSpan: TextSpan; property 5995 textSpan: TextSpan; property 6039 textSpan: TextSpan; property 6076 textSpan: TextSpan; property 6151 textSpan: TextSpan; property
|
D | typescriptServices.d.ts | 5698 textSpan: TextSpan; property 5702 textSpan: TextSpan; property 5868 textSpan: TextSpan; property 5905 textSpan: TextSpan; property 5916 textSpan: TextSpan; property 5995 textSpan: TextSpan; property 6039 textSpan: TextSpan; property 6076 textSpan: TextSpan; property 6151 textSpan: TextSpan; property
|
D | typescript.d.ts | 5698 textSpan: TextSpan; property 5702 textSpan: TextSpan; property 5868 textSpan: TextSpan; property 5905 textSpan: TextSpan; property 5916 textSpan: TextSpan; property 5995 textSpan: TextSpan; property 6039 textSpan: TextSpan; property 6076 textSpan: TextSpan; property 6151 textSpan: TextSpan; property
|
D | tsserverlibrary.js | 119158 textSpan: ts.createTextSpan(dense[i], dense[i + 1]), property 119615 textSpan: ts.createTextSpan(dense[i], dense[i + 1]), property 123358 … textSpan: ts.createTextSpanFromBounds(elseKeyword.getStart(), ifKeyword.end), property 124283 function toContextSpan(textSpan, sourceFile, context) { argument 124438 textSpan: textSpan, property 124474 …return __assign({ textSpan: textSpan, fileName: sourceFile.fileName }, toContextSpan(textSpan, sou… property 124564 …var span = __assign({ textSpan: documentSpan.textSpan, kind: writeAccess ? "writtenReference" /* w… property 124748 textSpan: ts.createTextSpanFromRange(location) property 125096 State.prototype.addStringOrCommentReference = function (fileName, textSpan) { argument 125099 references: [{ kind: 0 /* Span */, fileName: fileName, textSpan: textSpan }] property [all …]
|
D | tsserver.js | 118589 textSpan: ts.createTextSpan(dense[i], dense[i + 1]), property 119046 textSpan: ts.createTextSpan(dense[i], dense[i + 1]), property 122789 … textSpan: ts.createTextSpanFromBounds(elseKeyword.getStart(), ifKeyword.end), property 123714 function toContextSpan(textSpan, sourceFile, context) { argument 123869 textSpan: textSpan, property 123905 …return __assign({ textSpan: textSpan, fileName: sourceFile.fileName }, toContextSpan(textSpan, sou… property 123995 …var span = __assign({ textSpan: documentSpan.textSpan, kind: writeAccess ? "writtenReference" /* w… property 124179 textSpan: ts.createTextSpanFromRange(location) property 124527 State.prototype.addStringOrCommentReference = function (fileName, textSpan) { argument 124530 references: [{ kind: 0 /* Span */, fileName: fileName, textSpan: textSpan }] property [all …]
|
D | typescript.js | 119158 textSpan: ts.createTextSpan(dense[i], dense[i + 1]), property 119615 textSpan: ts.createTextSpan(dense[i], dense[i + 1]), property 123358 … textSpan: ts.createTextSpanFromBounds(elseKeyword.getStart(), ifKeyword.end), property 124283 function toContextSpan(textSpan, sourceFile, context) { argument 124438 textSpan: textSpan, property 124474 …return __assign({ textSpan: textSpan, fileName: sourceFile.fileName }, toContextSpan(textSpan, sou… property 124564 …var span = __assign({ textSpan: documentSpan.textSpan, kind: writeAccess ? "writtenReference" /* w… property 124748 textSpan: ts.createTextSpanFromRange(location) property 125096 State.prototype.addStringOrCommentReference = function (fileName, textSpan) { argument 125099 references: [{ kind: 0 /* Span */, fileName: fileName, textSpan: textSpan }] property [all …]
|
D | typescriptServices.js | 119158 textSpan: ts.createTextSpan(dense[i], dense[i + 1]), property 119615 textSpan: ts.createTextSpan(dense[i], dense[i + 1]), property 123358 … textSpan: ts.createTextSpanFromBounds(elseKeyword.getStart(), ifKeyword.end), property 124283 function toContextSpan(textSpan, sourceFile, context) { argument 124438 textSpan: textSpan, property 124474 …return __assign({ textSpan: textSpan, fileName: sourceFile.fileName }, toContextSpan(textSpan, sou… property 124564 …var span = __assign({ textSpan: documentSpan.textSpan, kind: writeAccess ? "writtenReference" /* w… property 124748 textSpan: ts.createTextSpanFromRange(location) property 125096 State.prototype.addStringOrCommentReference = function (fileName, textSpan) { argument 125099 references: [{ kind: 0 /* Span */, fileName: fileName, textSpan: textSpan }] property [all …]
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 5783 textSpan: TextSpan; property 5787 textSpan: TextSpan; property 5953 textSpan: TextSpan; property 5990 textSpan: TextSpan; property 6001 textSpan: TextSpan; property 6080 textSpan: TextSpan; property 6124 textSpan: TextSpan; property 6161 textSpan: TextSpan; property 6238 textSpan: TextSpan; property
|
D | typescript.d.ts | 5783 textSpan: TextSpan; property 5787 textSpan: TextSpan; property 5953 textSpan: TextSpan; property 5990 textSpan: TextSpan; property 6001 textSpan: TextSpan; property 6080 textSpan: TextSpan; property 6124 textSpan: TextSpan; property 6161 textSpan: TextSpan; property 6238 textSpan: TextSpan; property
|