mithril-vndb/render/tests
Isiah Meadows b98ab29efd
Make errors and their messages more accurate and helpful (#2536)
Also, I normalized them to all be sentences for consistency, and I moved
the reentrancy check from `m.mount` to `m.render` to be a little more
helpful. The router change during mounting is inconsequential and only
to avoid the new modified error, and the change to the update loop is to
send the original error if an error occurred while initializing the
default route. (This is all around more useful anyways.)

And while I was at it, I fixed an obscure bug with sync redraws.
2019-09-30 16:08:04 -04:00
..
manual Merge #2075 into next (#2175) 2018-11-07 18:42:50 -05:00
index.html Do not normalise component children on ingestion (#2155) 2018-05-29 10:53:16 +01:00
test-attributes.js Deservicify core (#2458) 2019-07-07 18:28:43 -04:00
test-component.js Deservicify core (#2458) 2019-07-07 18:28:43 -04:00
test-createElement.js Deservicify core (#2458) 2019-07-07 18:28:43 -04:00
test-createFragment.js Deservicify core (#2458) 2019-07-07 18:28:43 -04:00
test-createHTML.js Unbreak m.trust (#2516) 2019-08-17 14:38:10 -04:00
test-createNodes.js Deservicify core (#2458) 2019-07-07 18:28:43 -04:00
test-createText.js Deservicify core (#2458) 2019-07-07 18:28:43 -04:00
test-event.js Fix link + docs (#2476) 2019-07-16 16:03:24 -04:00
test-fragment.js Fix keys, normalize holes (#2452) 2019-07-03 17:05:44 -04:00
test-hyperscript.js Fix keys, normalize holes (#2452) 2019-07-03 17:05:44 -04:00
test-input.js Deservicify core (#2458) 2019-07-07 18:28:43 -04:00
test-normalize.js Fix keys, normalize holes (#2452) 2019-07-03 17:05:44 -04:00
test-normalizeChildren.js Move fragment type check to normalizer (#2462) 2019-07-07 17:16:56 -04:00
test-normalizeComponentChildren.js Deservicify core (#2458) 2019-07-07 18:28:43 -04:00
test-onbeforeremove.js Deservicify core (#2458) 2019-07-07 18:28:43 -04:00
test-onbeforeupdate.js Deservicify core (#2458) 2019-07-07 18:28:43 -04:00
test-oncreate.js Deservicify core (#2458) 2019-07-07 18:28:43 -04:00
test-oninit.js Deservicify core (#2458) 2019-07-07 18:28:43 -04:00
test-onremove.js Fix #1881 + related ospec bug (#2492) 2019-07-26 18:19:40 -04:00
test-onupdate.js Deservicify core (#2458) 2019-07-07 18:28:43 -04:00
test-render-hyperscript-integration.js Deservicify core (#2458) 2019-07-07 18:28:43 -04:00
test-render.js Make errors and their messages more accurate and helpful (#2536) 2019-09-30 16:08:04 -04:00
test-textContent.js Deservicify core (#2458) 2019-07-07 18:28:43 -04:00
test-trust.js don't throw error on undefined/null trusted vnode #1375 2016-10-28 09:51:07 -04:00
test-updateElement.js Deservicify core (#2458) 2019-07-07 18:28:43 -04:00
test-updateFragment.js Deservicify core (#2458) 2019-07-07 18:28:43 -04:00
test-updateHTML.js Unbreak m.trust (#2516) 2019-08-17 14:38:10 -04:00
test-updateNodes.js Deservicify core (#2458) 2019-07-07 18:28:43 -04:00
test-updateNodesFuzzer.js Fix #1881 + related ospec bug (#2492) 2019-07-26 18:19:40 -04:00
test-updateText.js Deservicify core (#2458) 2019-07-07 18:28:43 -04:00