91 issues in handlebars-lang/handlebars.js
This is a fix to solve Issue 1741. Resolves https://github.com/handlebars-lang/handlebars.js/issues/1741. just checked if obj is really an object at the errors occurrence line specified in the issue. I ...
simply added double quote to partial not found error message :)
This is a fix to solve Issue 1948. Resolves https://github.com/handlebars-lang/handlebars.js/issues/1948. Added a new helper called partialDefined which checks the current context for given partial existence. ...
This is a fix to solve Issue 1840. Resolves https://github.com/handlebars-lang/handlebars.js/issues/1840. Added _parent and context to data returned by with in helpers just like each does to each iterated ...
This was previously discussed here. The conclusion was that there currently is no way to check whether a partial is defined, so I m making a feature request here. This is mainly useful for inline partials, ...
This adds a prepare script, so that this repo can be depended on from the git repository. This is useful to get the latest fixes until a new release is made. - [X] Please don t start pull requests for ...
One of the ways Kibana leverages Handlebars is via user-supplied templates, which are then executed in the browser. We recently, finally, removed script-src unsafe-eval from our Content Security Policy. ...
{{#block_helper1}} {{#block_helper2}} {{#if true}} {{#*inline newInlineTest argumentKey= argumentValue }}{{../block_helper_1_attribute}}{{/inline}} {{ newInlineTest}} {{/if}} {{/block_helper2}} {{/block_helper2}} ...
If you navigate to the npm docs for handlebars you ll notice that the first link under Usage to the Mustache Man website is broken. Usage In general, the syntax of Handlebars.js templates is a superset ...
See #1695 Simple fix in invokePartialWrapper. However, I am not sure if the compiled partial code should do it instead?