ngx-template-streams icon indicating copy to clipboard operation
ngx-template-streams copied to clipboard

Better error handling for the event binding parser

Open d3lm opened this issue 5 years ago • 0 comments

Currently the event parser's error handling is kept to a minimum, meaning if the parser fails to parse a template stream binding, it will gracefully fail and not transform the binding at all. This obviously has an impact on the developer experience, beacuse the parser doesn't produce meaningful error messages at build time. For example the parser could produce error proper messages for the individual parts of the DSL, such as

  • event name
  • stream name
  • payload

d3lm avatar Jul 05 '19 12:07 d3lm