Comparing version 5.1.4 to 5.1.5
@@ -0,1 +1,4 @@ | ||
# 5.1.5 | ||
* Fixed: compiler emitted wrong JS code when dealing with placeholders or boolean attributes | ||
# 5.1.4 | ||
@@ -2,0 +5,0 @@ * Fixed: missing \n |
@@ -230,3 +230,3 @@ 'use strict' | ||
} else if (token.type === 'source-builder') { | ||
appendExpression(null, token, null, true) | ||
appendExpression('(', token, ')', false) | ||
} | ||
@@ -233,0 +233,0 @@ } |
{ | ||
"name": "ejs-html", | ||
"version": "5.1.4", | ||
"version": "5.1.5", | ||
"author": "Sitegui <sitegui@sitegui.com.br>", | ||
@@ -5,0 +5,0 @@ "description": "Embedded JavaScript HTML templates. An implementation of EJS focused on run-time performance, HTML syntax checking, minified HTML output and custom HTML elements.", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67655