@jsenv/filesystem
Advanced tools
Comparing version 4.2.6 to 4.3.0
{ | ||
"name": "@jsenv/filesystem", | ||
"version": "4.2.6", | ||
"version": "4.3.0", | ||
"license": "MIT", | ||
@@ -19,2 +19,5 @@ "repository": { | ||
"type": "module", | ||
"engines": { | ||
"node": ">=19.1.0" | ||
}, | ||
"exports": { | ||
@@ -21,0 +24,0 @@ ".": { |
@@ -11,5 +11,3 @@ import { readdirSync, statSync } from "node:fs"; | ||
const isLinux = process.platform === "linux"; | ||
// linux does not support recursive option | ||
const fsWatchSupportsRecursive = !isLinux; | ||
const fsWatchSupportsRecursive = true; | ||
@@ -16,0 +14,0 @@ export const registerDirectoryLifecycle = ( |
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
88179
2605