express-tsx
Advanced tools
Comparing version 5.0.6 to 5.0.7
@@ -50,3 +50,3 @@ "use strict"; | ||
<body> | ||
${exports.echoif(data.foots)} | ||
${exports.echoif(data.loading)} | ||
<div id="app"></div> | ||
@@ -53,0 +53,0 @@ <script |
{ | ||
"name": "express-tsx", | ||
"version": "5.0.6", | ||
"version": "5.0.7", | ||
"description": "express view engine to render tsx file", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -59,3 +59,3 @@ import { Compile, Vars, cacheDir, browserInitPath, deepForceUpdatePath } from "."; | ||
<body> | ||
${echoif(data.foots)} | ||
${echoif(data.loading)} | ||
<div id="app"></div> | ||
@@ -62,0 +62,0 @@ <script |
Sorry, the diff of this file is not supported yet
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
45621