1,871 issues in handlebars-lang/handlebars.js
Fixes the following error on npm = 7: npm ERR! `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm ...
Parser tests are not used anymore, since the parser is now living in a separate package. See 19bdace85a8d0bc5ed3a4dec4071cb08c8d003f2
I know this is for issues, but I think the docs for precompiling could use significantly more details or at least examples of what each option looks like. For instance, for the knownHelpers option it says ...
#1711 [ ] This is NOT a security issues!! If it is, please file a report at https://www.npmjs.com/advisories/report?package=handlebars** Bug description ShineRanker_widgetaudit.pdf Example link https://handlebarsjs.com/playground.html#format=1 ...
When using Handlebars in a Cloudflare Worker, an environment in which the window and global objects both don t exist, an error is thrown about window being undefined. In this PR I have slightly changed ...
When using Handlebars in a Cloudflare Worker, an environment in which the window and global objects both don t exist, an error is thrown about window being undefined. In this PR I have slightly changed ...
Before filing issues, please check the following points first: - [x] Please don t open issues for security issues. Instead, file a report at https://www.npmjs.com/advisories/report?package=handlebars ...
Throwing a error: Can t resolve fs in .../node_modules/handlebars/lib when using package that depend on handlebars. The project built with cra reports this error, but the project built with vite does ...
hello i have the following template !DOCTYPE html html lang= en head meta charset= utf-8 !-- This file has been downloaded from bootdey.com @bootdey on twitter -- !-- All snippets are MIT license http://bootdey.com/license ...
Hi, Invoking compiled templates is leaking memory in our nodejs service. We are able to reproduce by calling invoking compiled template of size 32kb for over 4000 iterations per minute. This hardly generates ...