You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
snabbdom/test
Diego Ferreiro Val 4ede863df2 Performance improvement for attribute patching: (#257)
* Performance improvements for attribute patching:
- Avoid call to split and use a object lookup instead
- Simplify the code for `svg` name spaced attributes

* Fix typo and added missing property

* Fixing previous attribute ns assignment

* Refactor NS

* Add fast path for non namespaced elements

* Adding tests
8 years ago
..
attachto.js Migrate from CommonJS modules to ES2015 modules 8 years ago
attributes.js Set boolean attributes correctly according to spec 8 years ago
core.js fix tovnode to ensure text elements can be removed 8 years ago
dataset.js [perf-optimization] skip unnecessary work in modules that can support memoization of the data structure consumed by them 8 years ago
eventlisteners.js Migrate from CommonJS modules to ES2015 modules 8 years ago
htmldomapi.js Performance improvement for attribute patching: (#257) 8 years ago
index.js added test 8 years ago
style.js [perf-optimization] skip unnecessary work in modules that can support memoization of the data structure consumed by them 8 years ago
thunk.js Migrate from CommonJS modules to ES2015 modules 8 years ago