Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
Dparser.js616 var before = this.prevToken && this.content(this.prevToken) || true;
734 …if (this.position === 0 || this.prevToken[_tokenize.FIELDS.TYPE] === tokens.comma || this.prevToke…
/third_party/typescript/src/services/
DtextChanges.ts1004 const prevToken = findPrecedingToken(node.getStart(sourceFile), sourceFile); constant
1005 if (isSeparator(prevNode, prevToken)) {
1007 …if (positionsAreOnSameLine(prevToken.getStart(sourceFile), token.getStart(sourceFile), sourceFile)…