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

Method createBindingExpression

src/binding-engine.js:21–28  ·  view source on GitHub ↗
(targetProperty, sourceExpression, mode = bindingMode.toView, lookupFunctions = LookupFunctions)

Source from the content-addressed store, hash-verified

19 }
20
21 createBindingExpression(targetProperty, sourceExpression, mode = bindingMode.toView, lookupFunctions = LookupFunctions) {
22 return new BindingExpression(
23 this.observerLocator,
24 targetProperty,
25 this.parser.parse(sourceExpression),
26 mode,
27 lookupFunctions);
28 }
29
30 propertyObserver(obj, propertyName) {
31 return {

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected