MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / consumeADelimToken

Method consumeADelimToken

packages/core/css/CSS3Parser.ts:229–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

227 }
228
229 private consumeADelimToken(): InputToken {
230 return {
231 type: TokenObjectType.delim,
232 text: this.text[this.nextInputCodePointIndex++],
233 };
234 }
235
236 private consumeAWhitespace(): InputToken {
237 whitespaceRegEx.lastIndex = this.nextInputCodePointIndex;

Callers 1

consumeATokenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected