@travetto/compiler
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -24,3 +24,3 @@ { | ||
"scripts": {}, | ||
"version": "0.0.14" | ||
"version": "0.0.15" | ||
} |
@@ -225,2 +225,5 @@ import * as fs from 'fs'; | ||
} | ||
if (this.hashes.has(fileName)) { | ||
this.hashes.delete(fileName); | ||
} | ||
if (this.modules.has(fileName)) { | ||
@@ -421,2 +424,3 @@ this.modules.get(fileName)!.handler!.target = null; | ||
this.files.clear(); | ||
this.hashes.clear(); | ||
this.sourceMaps.clear(); | ||
@@ -423,0 +427,0 @@ this.snaphost.clear(); |
@@ -1,2 +0,2 @@ | ||
require('@travetto/base/bootstrap') | ||
require('@travetto/base/bootstrap').run() | ||
.then(x => require('./stack')); |
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
24459
663