| /third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
| D | space-infix-ops.ts | 77 const previousToken = sourceCode.getTokenBefore(operator); constant
|
| /third_party/typescript/src/services/ |
| D | completions.ts | 601 previousToken: Node | undefined; property 623 …const { symbols, literals, location, completionKind, symbolToOriginInfoMap, previousToken, isJsxIn… constant 636 …? { type: "symbol" as const, symbol, location, symbolToOriginInfoMap, previousToken, isJsxInitiali… constant 683 const { symbol, location, symbolToOriginInfoMap, previousToken } = symbolCompletion; constant 781 readonly previousToken: Node | undefined; property 944 …const previousToken = findPrecedingToken(position, sourceFile, /*startNode*/ undefined)!; // TODO:… constant
|
| D | textChanges.ts | 1403 … const previousToken = Debug.checkDefined(getTokenAtPosition(sourceFile, node.pos - 1)); constant
|
| D | utilities.ts | 1139 const previousToken = findPrecedingToken(position, sourceFile, child); constant
|
| /third_party/typescript/lib/ |
| D | typescriptServices.js | 116883 function findNextToken(previousToken, parent, sourceFile) { argument 116989 function isInString(sourceFile, position, previousToken) { argument 120974 …ymbol, program, checker, host, compilerOptions, sourceFile, position, previousToken, formatContext… argument 121005 function getRecommendedCompletion(previousToken, contextualType, checker) { argument 121015 function getContextualType(previousToken, position, sourceFile, checker) { argument
|
| D | typescript.js | 116883 function findNextToken(previousToken, parent, sourceFile) { argument 116989 function isInString(sourceFile, position, previousToken) { argument 120974 …ymbol, program, checker, host, compilerOptions, sourceFile, position, previousToken, formatContext… argument 121005 function getRecommendedCompletion(previousToken, contextualType, checker) { argument 121015 function getContextualType(previousToken, position, sourceFile, checker) { argument
|
| D | tsserverlibrary.js | 116883 function findNextToken(previousToken, parent, sourceFile) { argument 116989 function isInString(sourceFile, position, previousToken) { argument 120974 …ymbol, program, checker, host, compilerOptions, sourceFile, position, previousToken, formatContext… argument 121005 function getRecommendedCompletion(previousToken, contextualType, checker) { argument 121015 function getContextualType(previousToken, position, sourceFile, checker) { argument
|
| D | tsserver.js | 116314 function findNextToken(previousToken, parent, sourceFile) { argument 116420 function isInString(sourceFile, position, previousToken) { argument 120405 …ymbol, program, checker, host, compilerOptions, sourceFile, position, previousToken, formatContext… argument 120436 function getRecommendedCompletion(previousToken, contextualType, checker) { argument 120446 function getContextualType(previousToken, position, sourceFile, checker) { argument
|