@yarnpkg/fslib
Advanced tools
Comparing version 3.0.0-rc.42 to 3.0.0-rc.43
@@ -9,3 +9,3 @@ import * as constants from './constants'; | ||
export { setupCopyIndex } from './algorithms/copyPromise'; | ||
export { opendir } from './algorithms/opendir'; | ||
export { opendir, CustomDir } from './algorithms/opendir'; | ||
export { watchFile, unwatchFile, unwatchAllFiles } from './algorithms/watchFile'; | ||
@@ -12,0 +12,0 @@ export { normalizeLineEndings } from './FakeFS'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.xfs = exports.extendFs = exports.patchFs = exports.VirtualFS = exports.ProxiedFS = exports.PosixFS = exports.NodeFS = exports.NoFS = exports.MountFS = exports.LazyFS = exports.JailFS = exports.CwdFS = exports.BasePortableFakeFS = exports.FakeFS = exports.AliasFS = exports.toFilename = exports.ppath = exports.npath = exports.Filename = exports.PortablePath = exports.normalizeLineEndings = exports.unwatchAllFiles = exports.unwatchFile = exports.watchFile = exports.opendir = exports.setupCopyIndex = exports.statUtils = exports.errors = exports.constants = void 0; | ||
exports.xfs = exports.extendFs = exports.patchFs = exports.VirtualFS = exports.ProxiedFS = exports.PosixFS = exports.NodeFS = exports.NoFS = exports.MountFS = exports.LazyFS = exports.JailFS = exports.CwdFS = exports.BasePortableFakeFS = exports.FakeFS = exports.AliasFS = exports.toFilename = exports.ppath = exports.npath = exports.Filename = exports.PortablePath = exports.normalizeLineEndings = exports.unwatchAllFiles = exports.unwatchFile = exports.watchFile = exports.CustomDir = exports.opendir = exports.setupCopyIndex = exports.statUtils = exports.errors = exports.constants = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -15,2 +15,3 @@ const constants = tslib_1.__importStar(require("./constants")); | ||
Object.defineProperty(exports, "opendir", { enumerable: true, get: function () { return opendir_1.opendir; } }); | ||
Object.defineProperty(exports, "CustomDir", { enumerable: true, get: function () { return opendir_1.CustomDir; } }); | ||
var watchFile_1 = require("./algorithms/watchFile"); | ||
@@ -17,0 +18,0 @@ Object.defineProperty(exports, "watchFile", { enumerable: true, get: function () { return watchFile_1.watchFile; } }); |
{ | ||
"name": "@yarnpkg/fslib", | ||
"version": "3.0.0-rc.42", | ||
"stableVersion": "2.10.1", | ||
"version": "3.0.0-rc.43", | ||
"stableVersion": "2.10.3", | ||
"license": "BSD-2-Clause", | ||
@@ -16,3 +16,3 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@yarnpkg/libzip": "^3.0.0-rc.42" | ||
"@yarnpkg/libzip": "^3.0.0-rc.43" | ||
}, | ||
@@ -19,0 +19,0 @@ "scripts": { |
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
221664
5675