@travetto/compiler
Advanced tools
Comparing version 0.0.30 to 0.0.31
@@ -22,3 +22,3 @@ { | ||
"scripts": {}, | ||
"version": "0.0.30" | ||
"version": "0.0.31" | ||
} |
@@ -26,3 +26,3 @@ import * as fs from 'fs'; | ||
private resolveCacheName(fileName: string) { | ||
return `${CACHE_DIR}/${fileName.replace(/[\/\\]/g, CACHE_SEP)}`; | ||
return `${CACHE_DIR}/${fileName.replace(/[\/\\]/g, CACHE_SEP).replace(/.ts$/, '@ts')}`; | ||
} | ||
@@ -29,0 +29,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
26728