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

Method scanTemplateTail

src/parser.js:527–533  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

525 }
526
527 scanTemplateTail() {
528 if (this.idx >= this.len) {
529 this.err('Unterminated template');
530 }
531 this.idx--;
532 return this.scanTemplate();
533 }
534
535 /** Throw error (defaults to unexpected token if no message provided) */
536 err(message = `Unexpected token ${this.raw}`, column = this.start) {

Callers 1

parseTemplateMethod · 0.95

Calls 2

errMethod · 0.95
scanTemplateMethod · 0.95

Tested by

no test coverage detected