Speedup KnockoutJS by simplifying components loader system.

Custom loaders are not used, so it is removed
This commit is contained in:
djmaze 2021-09-29 12:51:51 +02:00
parent 4142526ba6
commit bcc3dc51ef
5 changed files with 286 additions and 620 deletions

View file

@ -23,7 +23,7 @@ knockoutDebugCallback([
'src/binding/bindingProvider.js',
'src/binding/bindingAttributeSyntax.js',
'src/components/loaderRegistry.js',
'src/components/defaultLoader.js',
// 'src/components/defaultLoader.js',
// 'src/components/customElements.js',
'src/components/componentBinding.js',
'src/binding/defaultBindings/attr.js',