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

Method raw

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

Current raw token value based on start and current index

()

Source from the content-addressed store, hash-verified

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);
28 }
29
30 constructor(src) {
31 /** Current char index */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected