Skip to content

Root Hashes expressions are parseable directly within an expression

Compare
Choose a tag to compare
@justinbmeyer justinbmeyer released this 03 Oct 14:41
· 231 commits to master since this release

This allows the stache expression parser to parse something like foo=bar zed=ted directly within an expression. Stache was able to parse these when inside another expression like a call or helper expression: method(foo=ted).

This was added to support simple setters directly within stache:

<div on:click="this.todo.name = something"></div>