@ardentcode/tsc
Advanced tools
+4
-2
@@ -44,3 +44,4 @@ "use strict"; | ||
| const cacheSeed = this.getCacheSeed(); | ||
| return new buildCache_1.BuildCache(cacheSeed, process.cwd(), this.argsParser.hasFlag("verbose")); | ||
| const cwd = process.cwd(); | ||
| return new buildCache_1.BuildCache(cwd + cacheSeed, cwd, this.argsParser.hasFlag("verbose")); | ||
| } | ||
@@ -62,2 +63,3 @@ getTSProgram() { | ||
| return { | ||
| cwd: process.cwd(), | ||
| cliOptions: options, | ||
@@ -134,3 +136,3 @@ tsVersion: typescript_1.default.version, | ||
| getCacheSeed() { | ||
| return JSON.stringify(this.tsMetadata.cliOptions); | ||
| return JSON.stringify([this.tsMetadata.cliOptions]); | ||
| } | ||
@@ -137,0 +139,0 @@ async getModificationTime(path) { |
+1
-1
| { | ||
| "name": "@ardentcode/tsc", | ||
| "version": "0.3.0", | ||
| "version": "0.3.1", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
14135
0.48%316
0.64%