joshuagruenstein / snooze

A lightweight JS front-end microframework for API-first webapps.
MIT License
1 stars 0 forks source link

Custom error reporting #17

Closed joshuagruenstein closed 8 years ago

joshuagruenstein commented 8 years ago

If a template renders with an error, snooze should report the template it was rendering, and any more possible information (line number inside the template?). Additionally, hooking up to pipes, guards, models, and handlers that don't exist should also throw constructive errors.

joshuagruenstein commented 8 years ago

Implemented in https://github.com/joshuagruenstein/snooze/pull/18.