(() => { // Hide or don't minify context properties, see https://github.com/knockout/knockout/issues/2294 var contextSubscribable = Symbol('_subscribable'); var contextAncestorBindingInfo = Symbol('_ancestorBindingInfo'); var contextDataDependency = Symbol('_dataDependency'); ko.bindingHandlers = {}; // The following element types will not be recursed into during binding. var bindingDoesNotRecurseIntoElementTypes = { // Don't want bindings that operate on text nodes to mutate