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

Method constructor

src/binding-engine.js:16–19  ·  view source on GitHub ↗
(observerLocator, parser)

Source from the content-addressed store, hash-verified

14 static inject = [ObserverLocator, Parser];
15
16 constructor(observerLocator, parser) {
17 this.observerLocator = observerLocator;
18 this.parser = parser;
19 }
20
21 createBindingExpression(targetProperty, sourceExpression, mode = bindingMode.toView, lookupFunctions = LookupFunctions) {
22 return new BindingExpression(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected