refactor(core): view engine - change BindingType to BindingFlags (#15251)

This commit is contained in:
Tobias Bosch
2017-03-17 09:23:28 -07:00
committed by Miško Hevery
parent 80075afe8a
commit 28ce68a13d
18 changed files with 95 additions and 87 deletions

View File

@ -40,6 +40,7 @@ export function queryDef(
references: {},
childCount: 0,
bindings: [],
bindingFlags: 0,
outputs: [],
element: undefined,
provider: undefined,