Comparing version 0.0.2 to 0.0.3
@@ -705,3 +705,3 @@ const path = require('path'); | ||
} | ||
write(`\${$include(${tag})(${attrToObj(attributes)})}`); | ||
write(`\${$include(${tag})(${attrToObj(attributes)}, $global)}`); | ||
} | ||
@@ -718,3 +718,3 @@ else { | ||
else { | ||
write(`\${${tagVar}(${attrToObj(attributes)})}`); | ||
write(`\${${tagVar}(${attrToObj(attributes)}, $global)}`); | ||
} | ||
@@ -844,3 +844,3 @@ } | ||
${staticScriptStr} | ||
return function render(input) {\n${out}\nreturn $out;\n} | ||
return function render(input, $global) {\n${out}\nreturn $out;\n} | ||
})() | ||
@@ -847,0 +847,0 @@ `); |
{ | ||
"name": "nixy", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "HTML templating framework focused on SSR and performance", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
43256