mithril-vndb/api/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
..
index.html Deservicify core (#2458) 2019-07-07 18:28:43 -04:00
test-mountRedraw.js Make errors and their messages more accurate and helpful (#2536) 2019-09-30 16:08:04 -04:00
test-router.js Make errors and their messages more accurate and helpful (#2536) 2019-09-30 16:08:04 -04:00
test-routerGetSet.js Partially recast the router API to be a lot more intuitive. (#2469) 2019-07-12 15:29:37 -04:00