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

Method parse

src/parser.js:14–18  ·  view source on GitHub ↗
(src)

Source from the content-addressed store, hash-verified

12 }
13
14 parse(src) {
15 src = src || '';
16
17 return this.cache[src] || (this.cache[src] = new ParserImplementation(src).parseBindingBehavior());
18 }
19}
20
21

Callers 15

unparser.spec.jsFile · 0.80
getBindingFunction · 0.80
parser.spec.jsFile · 0.80
verifyErrorFunction · 0.80
expressionObserverMethod · 0.80
parseExpressionMethod · 0.80
createComputedObserverFunction · 0.80
runFunction · 0.80

Calls 1

parseBindingBehaviorMethod · 0.80

Tested by 1

verifyErrorFunction · 0.64