mithril-vndb/render
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
..
tests Make errors and their messages more accurate and helpful (#2536) 2019-09-30 16:08:04 -04:00
fragment.js Allow variadic arguments to m.fragment (#2328) 2018-12-05 23:57:42 -05:00
hyperscript.js Fix keys, normalize holes (#2452) 2019-07-03 17:05:44 -04:00
hyperscriptVnode.js Allow variadic arguments to m.fragment (#2328) 2018-12-05 23:57:42 -05:00
render.js Make errors and their messages more accurate and helpful (#2536) 2019-09-30 16:08:04 -04:00
trust.js don't throw error on undefined/null trusted vnode #1375 2016-10-28 09:51:07 -04:00
vnode.js Make errors and their messages more accurate and helpful (#2536) 2019-09-30 16:08:04 -04:00