OO-ize DOM builder, improve performance (part 1), add benchmarking suite
This commit is contained in:
parent
c202c04631
commit
a7b2294c11
22 changed files with 1953 additions and 813 deletions
6
bench/app/.gitignore
vendored
Normal file
6
bench/app/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
node_modules/todomvc-app-css/*
|
||||
!node_modules/todomvc-app-css/index.css
|
||||
|
||||
node_modules/todomvc-common/*
|
||||
!node_modules/todomvc-common/base.js
|
||||
!node_modules/todomvc-common/base.css
|
||||
Loading…
Add table
Add a link
Reference in a new issue