shama / yo-yoify

Transform choo, yo-yo or bel template strings into pure and fast document calls
111 stars 17 forks source link

Fail gracefully on syntax errors #16

Closed anandthakker closed 8 years ago

anandthakker commented 8 years ago

Without this patch, syntax errors in the source led to a thrown error in acorn (via falafel) would cause an uncaught error, leading to inconveniences like a watch/reload dev server (e.g. budo) crashing if you save a file w/ syntax errors

shama commented 8 years ago

Thanks!