Merge branch '4.x'

# Conflicts:
#	components/bower.json
#	components/handlebars.js.nuspec
#	components/package.json
#	integration-testing/multi-nodejs-test/test.sh
#	package-lock.json
#	package.json
This commit is contained in:
Nils Knappmeier
2021-02-15 10:54:38 +01:00
7 changed files with 73 additions and 21 deletions
@@ -16,7 +16,12 @@ JavaScriptCompiler.prototype = {
return this.internalNameLookup(parent, name);
},
depthedLookup: function(name) {
return [this.aliasable('container.lookup'), '(depths, "', name, '")'];
return [
this.aliasable('container.lookup'),
'(depths, ',
JSON.stringify(name),
')'
];
},
compilerInfo: function() {