MCPcopy Create free account
hub / github.com/aurelia/binding /

Class

src/parser.js:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22const fromCharCode = String.fromCharCode;
23
24export class ParserImplementation {
25 /** Current raw token value based on start and current index */
26 get raw() {
27 return this.src.slice(this.start, this.idx);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected