express-tsx
Advanced tools
Comparing version 4.0.8 to 4.0.9
@@ -42,3 +42,3 @@ "use strict"; | ||
md5 = this.updateScriptVersion(file); | ||
this.is_development && typescript_1.sys.watchFile(file, this.watch); | ||
this.is_development && !Compile.ignore(file) && typescript_1.sys.watchFile(file, this.watch); | ||
} | ||
@@ -45,0 +45,0 @@ return md5; |
{ | ||
"name": "express-tsx", | ||
"version": "4.0.8", | ||
"version": "4.0.9", | ||
"description": "express view engine", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -44,3 +44,3 @@ import ts = require('typescript') | ||
md5 = this.updateScriptVersion(file) | ||
this.is_development && sys.watchFile(file,this.watch) | ||
this.is_development && !Compile.ignore(file) && sys.watchFile(file,this.watch) | ||
} | ||
@@ -47,0 +47,0 @@ return md5 |
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
51727