handlebars-lang / handlebars.js

Minimal templating on steroids.
http://handlebarsjs.com
MIT License
17.96k stars 2.04k forks source link

The JavaScriptCompiler API docs sample code is broken as of 4.6 #1912

Open romannurik opened 1 year ago

romannurik commented 1 year ago

Just a note, that the sample code for subclassing JavaScriptCompiler in the docs is broken as of ~4.6 with:

TypeError: name.toLowerCase is not a function

(It works with handlebars 4.5 but fails with 4.6)

You can test this by swapping the handlebars.js version used in the linked jsfiddle with the latest version (4.7.7).