Comparing version 5.35.15 to 5.35.16
@@ -142,3 +142,4 @@ "use strict"; | ||
flags |= FLAG_HAS_RENDER_BODY; | ||
renderBody = input.renderBody = undefined; | ||
renderBody = undefined; | ||
if (input) input.renderBody = undefined; | ||
} | ||
@@ -145,0 +146,0 @@ |
{ | ||
"name": "marko", | ||
"version": "5.35.15", | ||
"version": "5.35.16", | ||
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", | ||
@@ -68,4 +68,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@marko/compiler": "^5.37.10", | ||
"@marko/translator-default": "^6.0.12", | ||
"@marko/compiler": "^5.37.11", | ||
"@marko/translator-default": "^6.0.13", | ||
"app-module-path": "^2.2.0", | ||
@@ -72,0 +72,0 @@ "argly": "^1.2.0", |
@@ -142,3 +142,4 @@ "use strict"; | ||
flags |= FLAG_HAS_RENDER_BODY; | ||
renderBody = input.renderBody = undefined; | ||
renderBody = undefined; | ||
if (input) input.renderBody = undefined; | ||
} | ||
@@ -145,0 +146,0 @@ |
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
1123765
21991