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

Method parseExpression

src/binding-engine.js:68–70  ·  view source on GitHub ↗
(expression)

Source from the content-addressed store, hash-verified

66 }
67
68 parseExpression(expression) {
69 return this.parser.parse(expression);
70 }
71
72 registerAdapter(adapter) {
73 this.observerLocator.addAdapter(adapter);

Callers

nothing calls this directly

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected