creationix / haml-js

Haml ported to server-side Javascript. This is a traditional server-side templating language. Tested with node-js
MIT License
901 stars 110 forks source link

Added ability to handle compile errors #96

Open CreativeCactus opened 7 years ago

CreativeCactus commented 7 years ago

See diff for relevant documentation. Errors during execute stage will optionally call a handler instead of silently throwing a stack trace to the user.