Home
last modified time | relevance | path

Searched defs:previousToken (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dspace-infix-ops.ts77 const previousToken = sourceCode.getTokenBefore(operator); constant
/third_party/typescript/src/services/
Dcompletions.ts601 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
DtextChanges.ts1403 … const previousToken = Debug.checkDefined(getTokenAtPosition(sourceFile, node.pos - 1)); constant
Dutilities.ts1139 const previousToken = findPrecedingToken(position, sourceFile, child); constant
/third_party/typescript/lib/
DtypescriptServices.js116883 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
Dtypescript.js116883 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
Dtsserverlibrary.js116883 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
Dtsserver.js116314 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