Home
last modified time | relevance | path

Searched refs:getTokenType (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript_eslint/packages/typescript-estree/src/
Dnode-utils.ts478 export function getTokenType( function
586 const tokenType = getTokenType(token);
/third_party/node/tools/
Dlint-md.mjs14925 const getTokenType = function (token, offset, text) { function
14958 type: getTokenType(token, match.index, text),