@yarnpkg/fslib
Advanced tools
Comparing version 2.10.2 to 2.10.3
@@ -5,3 +5,3 @@ import * as constants from './constants'; | ||
export { LinkStrategy } from './algorithms/copyPromise'; | ||
export { opendir } from './algorithms/opendir'; | ||
export { opendir, CustomDir } from './algorithms/opendir'; | ||
export { statUtils }; | ||
@@ -8,0 +8,0 @@ export { normalizeLineEndings } from './FakeFS'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.xfs = exports.extendFs = exports.patchFs = exports.ZipOpenFS = exports.ZipFS = exports.VirtualFS = exports.ProxiedFS = exports.PosixFS = exports.NodeFS = exports.NoFS = exports.LazyFS = exports.JailFS = exports.CwdFS = exports.FakeFS = exports.AliasFS = exports.toFilename = exports.ppath = exports.npath = exports.Filename = exports.PortablePath = exports.DEFAULT_COMPRESSION_LEVEL = exports.normalizeLineEndings = exports.statUtils = exports.opendir = exports.LinkStrategy = exports.constants = void 0; | ||
exports.xfs = exports.extendFs = exports.patchFs = exports.ZipOpenFS = exports.ZipFS = exports.VirtualFS = exports.ProxiedFS = exports.PosixFS = exports.NodeFS = exports.NoFS = exports.LazyFS = exports.JailFS = exports.CwdFS = exports.FakeFS = exports.AliasFS = exports.toFilename = exports.ppath = exports.npath = exports.Filename = exports.PortablePath = exports.DEFAULT_COMPRESSION_LEVEL = exports.normalizeLineEndings = exports.statUtils = exports.CustomDir = exports.opendir = exports.LinkStrategy = exports.constants = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -13,2 +13,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 FakeFS_1 = require("./FakeFS"); | ||
@@ -15,0 +16,0 @@ Object.defineProperty(exports, "normalizeLineEndings", { enumerable: true, get: function () { return FakeFS_1.normalizeLineEndings; } }); |
{ | ||
"name": "@yarnpkg/fslib", | ||
"version": "2.10.2", | ||
"version": "2.10.3", | ||
"license": "BSD-2-Clause", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
277342
7075