1,871 issues in handlebars-lang/handlebars.js
simply added double quote to partial not found error message :)
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 ...
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 ...
Resolves #1427. source-map 0.7 breaking changes: https://github.com/mozilla/source-map/blob/master/CHANGELOG.md#070
Registering a helper as Sync or Async, It helps to listen for callbacks, and get the data from callback.
From the documentation: Browser builds in the npm-package The browser builds are located in the node_modules/handlebars/dist/ directory. Making these accessible to the browser will depend on what build ...
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, ...
I can t find anything in the documentation that says I should be able to use ../@last but I also don t understand why I can t, or why it throws an error. The documentation states: Some helpers like #with ...
As explained in issue #1844 and in issue https://github.com/webpack/webpack/issues/15007#issuecomment-996615250, the way we used the browser-field was wrong. The main reason for using the browser-field ...