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

Method consumeAWhitespace

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

Source from the content-addressed store, hash-verified

234 }
235
236 private consumeAWhitespace(): InputToken {
237 whitespaceRegEx.lastIndex = this.nextInputCodePointIndex;
238 whitespaceRegEx.exec(this.text);
239 this.nextInputCodePointIndex = whitespaceRegEx.lastIndex;
240
241 return ' ';
242 }
243
244 private consumeAHashToken(): InputTokenObject {
245 this.nextInputCodePointIndex++;

Callers 2

consumeATokenMethod · 0.95
consumeAURLTokenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected