express-tsx
Advanced tools
Comparing version 5.0.10 to 5.0.11
{ | ||
"name": "express-tsx", | ||
"version": "5.0.10", | ||
"version": "5.0.11", | ||
"description": "express view engine to render tsx file", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# 文档 | ||
**当前版本不适合用于生产环境** | ||
@@ -7,3 +8,3 @@ ## 使用 | ||
/**@type {Express}*/ | ||
var app = expressTsx(viewsDir="/views",compiler=Express()) | ||
var app = expressTsx(viewsDir="/views",app=Express()) | ||
@@ -10,0 +11,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
46001
50