1,871 issues in handlebars-lang/handlebars.js
As suggested in https://github.com/emberjs/ember.js/pull/14853#discussion_r101679795 it would be awesome if the original ES6 module sources would be included in the distributed package.
Before filing issues, please check the following points first: - [ ] Have a look at https://github.com/wycats/handlebars.js/blob/master/CONTRIBUTING.md - [ ] Read the FAQ at https://github.com/wycats/handlebars.js/blob/master/FAQ.md ...
We are still using webpack 1.x for development on Handlebars. The update means that changes to the configuration files must be done. (Tests are failing after just bumping the version) A pull-request should ...
Is there any interest in adding implementations in other languages to the readme? Here are two other implementations I ve run into: - handlebars.java - lightncandy (PHP) And my own repos: - handlebars.c ...
I m using Handlebars(4.0.5) with express.js. Block params when used throws following error. ...ll_cities.values as |city cityId|}} -----------------------^ Expecting CLOSE , CLOSE_UNESCAPED , STRING , ...
I m writing something like: { test: / \.jsx?$/, exclude: /node_modules/, loaders: [ babel ]},\n but the output looks like this: { test: / .jsx?$/, exclude: /node_modules/, loaders: [ babel ]}, Could ...
Working on a task using a customized version of Handlebars 1.3.0. Noticed that when using a partial with input[type=checkbox], voiceover fails to pick up the label. Using aria-labelledby doesn t help. ...
The last example on the block helpers page: http://handlebarsjs.com/block_helpers.html (the list helper under the hash argument section), it has {{list, instead of {{#list as needed. Also, the documentation ...