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

Method constructor

src/parser.js:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9export class Parser {
10 constructor() {
11 this.cache = Object.create(null);
12 }
13
14 parse(src) {
15 src = src || '';

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected