machty / emblem.js

Emblem.js - Ember-friendly, indented syntax alternative for Handlebars.js
http://emblemjs.com
MIT License
1.04k stars 81 forks source link

Allow for mustache-brackets to be used inside subexpressions #294

Closed thec0keman closed 7 years ago

thec0keman commented 7 years ago

This required a bit of a refactor of how mustache attrs are organized because of the circular dependency limitations of pegjs-import. In particular, several mustache-attr files were squashed alongside the subexpression file.

Additionally:

Resolves #292