tildeio / htmlbars

A variant of Handlebars that emits DOM and allows you to write helpers that manipulate live DOM nodes
MIT License
1.61k stars 193 forks source link

Fix comment and attribute start column. #456

Closed rwjblue closed 8 years ago

rwjblue commented 8 years ago

The EventedTokenizer only invokes the beginComment and beginAttribute methods after it has consumed the identifying chars.

Fixes https://github.com/rwjblue/ember-cli-template-lint/issues/89.

rwjblue commented 8 years ago

Also fixed in Glimmer here: https://github.com/tildeio/glimmer/pull/163