@klevn/jxc
Advanced tools
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"dev.d.ts","sourceRoot":"","sources":["../../src/cli/dev.ts"],"names":[],"mappings":";AASA,wBA2BC"} | ||
| {"version":3,"file":"dev.d.ts","sourceRoot":"","sources":["../../src/cli/dev.ts"],"names":[],"mappings":";AAUA,wBA2BC"} |
+2
-1
| import { resolve } from "path"; | ||
| import { argv, cwd } from "process"; | ||
| import { watch } from "fs"; | ||
| import { build } from "../builder.js"; | ||
| const timeoutDuration = 3500; | ||
| const branchy = (await import("branchy")).default; | ||
| const buildWorker = branchy("../utils/build-worker.js"); | ||
| const buildWorker = branchy(build); | ||
| export default () => { | ||
@@ -8,0 +9,0 @@ const input = resolve(cwd(), argv[3] ?? "./routes"); |
+2
-1
| import { resolve } from "path" | ||
| import { argv, cwd } from "process" | ||
| import { watch } from "fs" | ||
| import { build } from "../builder.js" | ||
@@ -8,3 +9,3 @@ const timeoutDuration = 3500 | ||
| const branchy = (await import("branchy")).default | ||
| const buildWorker = branchy("../utils/build-worker.js") | ||
| const buildWorker = branchy(build) | ||
@@ -11,0 +12,0 @@ export default () => { |
+1
-1
@@ -36,3 +36,3 @@ { | ||
| "name": "@klevn/jxc", | ||
| "version": "38.2.2", | ||
| "version": "38.2.3", | ||
| "main": "./dist/compiler.js", | ||
@@ -39,0 +39,0 @@ "types": "./dist/compiler.d.ts", |
+2
-1
| import { resolve } from "path" | ||
| import { argv, cwd } from "process" | ||
| import { watch } from "fs" | ||
| import { build } from "../builder.js" | ||
@@ -8,3 +9,3 @@ const timeoutDuration = 3500 | ||
| const branchy = (await import("branchy")).default | ||
| const buildWorker = branchy("../utils/build-worker.js") | ||
| const buildWorker = branchy(build) | ||
@@ -11,0 +12,0 @@ export default () => { |
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
79195
0.07%1998
0.15%