@file-services/types
Advanced tools
Comparing version 8.1.2 to 8.1.3
@@ -1,4 +0,4 @@ | ||
import type { IFileSystemStats, BufferEncoding, CallbackFnVoid, CallbackFn, WriteFileOptions, ReadFileOptions, IDirectoryEntry, RmOptions } from './common-fs-types.js'; | ||
import type { IFileSystemPath } from './path.js'; | ||
import type { IWatchService } from './watch-api.js'; | ||
import type { IFileSystemStats, BufferEncoding, CallbackFnVoid, CallbackFn, WriteFileOptions, ReadFileOptions, IDirectoryEntry, RmOptions } from './common-fs-types'; | ||
import type { IFileSystemPath } from './path'; | ||
import type { IWatchService } from './watch-api'; | ||
/** | ||
@@ -5,0 +5,0 @@ * ASYNC-only base file system. |
@@ -1,4 +0,4 @@ | ||
import type { IFileSystemStats, BufferEncoding, WriteFileOptions, ReadFileOptions, IDirectoryEntry, StatSyncOptions, RmOptions } from './common-fs-types.js'; | ||
import type { IFileSystemPath } from './path.js'; | ||
import type { IWatchService } from './watch-api.js'; | ||
import type { IFileSystemStats, BufferEncoding, WriteFileOptions, ReadFileOptions, IDirectoryEntry, StatSyncOptions, RmOptions } from './common-fs-types'; | ||
import type { IFileSystemPath } from './path'; | ||
import type { IWatchService } from './watch-api'; | ||
/** | ||
@@ -5,0 +5,0 @@ * SYNC-only base file system. |
@@ -1,5 +0,5 @@ | ||
import type { IBaseFileSystemSync } from './base-api-sync.js'; | ||
import type { IBaseFileSystemAsync } from './base-api-async.js'; | ||
export * from './base-api-sync.js'; | ||
export * from './base-api-async.js'; | ||
import type { IBaseFileSystemSync } from './base-api-sync'; | ||
import type { IBaseFileSystemAsync } from './base-api-async'; | ||
export * from './base-api-sync'; | ||
export * from './base-api-async'; | ||
/** | ||
@@ -6,0 +6,0 @@ * SYNC and ASYNC base file system. |
@@ -17,4 +17,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./base-api-sync.js"), exports); | ||
__exportStar(require("./base-api-async.js"), exports); | ||
__exportStar(require("./base-api-sync"), exports); | ||
__exportStar(require("./base-api-async"), exports); | ||
//# sourceMappingURL=base-api.js.map |
@@ -1,3 +0,3 @@ | ||
import type { IDirectoryContents, IWalkOptions, BufferEncoding } from './common-fs-types.js'; | ||
import type { IBaseFileSystemAsync, IBaseFileSystemPromiseActions } from './base-api-async.js'; | ||
import type { IDirectoryContents, IWalkOptions, BufferEncoding } from './common-fs-types'; | ||
import type { IBaseFileSystemAsync, IBaseFileSystemPromiseActions } from './base-api-async'; | ||
/** | ||
@@ -4,0 +4,0 @@ * ASYNC-only file system. |
@@ -1,3 +0,3 @@ | ||
import type { IWalkOptions, IDirectoryContents, BufferEncoding } from './common-fs-types.js'; | ||
import type { IBaseFileSystemSync } from './base-api-sync.js'; | ||
import type { IWalkOptions, IDirectoryContents, BufferEncoding } from './common-fs-types'; | ||
import type { IBaseFileSystemSync } from './base-api-sync'; | ||
/** | ||
@@ -4,0 +4,0 @@ * SYNC-only file system. |
@@ -1,5 +0,5 @@ | ||
import type { IFileSystemSync } from './extended-api-sync.js'; | ||
import type { IFileSystemAsync } from './extended-api-async.js'; | ||
export * from './extended-api-sync.js'; | ||
export * from './extended-api-async.js'; | ||
import type { IFileSystemSync } from './extended-api-sync'; | ||
import type { IFileSystemAsync } from './extended-api-async'; | ||
export * from './extended-api-sync'; | ||
export * from './extended-api-async'; | ||
/** | ||
@@ -6,0 +6,0 @@ * SYNC and ASYNC file system. |
@@ -17,4 +17,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./extended-api-sync.js"), exports); | ||
__exportStar(require("./extended-api-async.js"), exports); | ||
__exportStar(require("./extended-api-sync"), exports); | ||
__exportStar(require("./extended-api-async"), exports); | ||
//# sourceMappingURL=extended-api.js.map |
@@ -1,6 +0,6 @@ | ||
export * from './base-api.js'; | ||
export * from './common-fs-types.js'; | ||
export * from './extended-api.js'; | ||
export * from './path.js'; | ||
export * from './watch-api.js'; | ||
export * from './base-api'; | ||
export * from './common-fs-types'; | ||
export * from './extended-api'; | ||
export * from './path'; | ||
export * from './watch-api'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -17,7 +17,7 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./base-api.js"), exports); | ||
__exportStar(require("./common-fs-types.js"), exports); | ||
__exportStar(require("./extended-api.js"), exports); | ||
__exportStar(require("./path.js"), exports); | ||
__exportStar(require("./watch-api.js"), exports); | ||
__exportStar(require("./base-api"), exports); | ||
__exportStar(require("./common-fs-types"), exports); | ||
__exportStar(require("./extended-api"), exports); | ||
__exportStar(require("./path"), exports); | ||
__exportStar(require("./watch-api"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
import type { IFileSystemStats } from './common-fs-types.js'; | ||
import type { IFileSystemStats } from './common-fs-types'; | ||
/** | ||
@@ -3,0 +3,0 @@ * File watching service. |
{ | ||
"name": "@file-services/types", | ||
"description": "Common file system interfaces", | ||
"version": "8.1.2", | ||
"main": "dist/index.js", | ||
"version": "8.1.3", | ||
"main": "./dist/index.js", | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./package.json": "./package.json" | ||
}, | ||
"files": [ | ||
@@ -7,0 +11,0 @@ "dist", |
@@ -10,5 +10,5 @@ import type { | ||
RmOptions, | ||
} from './common-fs-types.js'; | ||
import type { IFileSystemPath } from './path.js'; | ||
import type { IWatchService } from './watch-api.js'; | ||
} from './common-fs-types'; | ||
import type { IFileSystemPath } from './path'; | ||
import type { IWatchService } from './watch-api'; | ||
@@ -15,0 +15,0 @@ /** |
@@ -9,5 +9,5 @@ import type { | ||
RmOptions, | ||
} from './common-fs-types.js'; | ||
import type { IFileSystemPath } from './path.js'; | ||
import type { IWatchService } from './watch-api.js'; | ||
} from './common-fs-types'; | ||
import type { IFileSystemPath } from './path'; | ||
import type { IWatchService } from './watch-api'; | ||
@@ -14,0 +14,0 @@ /** |
@@ -1,6 +0,6 @@ | ||
import type { IBaseFileSystemSync } from './base-api-sync.js'; | ||
import type { IBaseFileSystemAsync } from './base-api-async.js'; | ||
import type { IBaseFileSystemSync } from './base-api-sync'; | ||
import type { IBaseFileSystemAsync } from './base-api-async'; | ||
export * from './base-api-sync.js'; | ||
export * from './base-api-async.js'; | ||
export * from './base-api-sync'; | ||
export * from './base-api-async'; | ||
@@ -7,0 +7,0 @@ /** |
@@ -1,3 +0,3 @@ | ||
import type { IDirectoryContents, IWalkOptions, BufferEncoding } from './common-fs-types.js'; | ||
import type { IBaseFileSystemAsync, IBaseFileSystemPromiseActions } from './base-api-async.js'; | ||
import type { IDirectoryContents, IWalkOptions, BufferEncoding } from './common-fs-types'; | ||
import type { IBaseFileSystemAsync, IBaseFileSystemPromiseActions } from './base-api-async'; | ||
@@ -4,0 +4,0 @@ /** |
@@ -1,3 +0,3 @@ | ||
import type { IWalkOptions, IDirectoryContents, BufferEncoding } from './common-fs-types.js'; | ||
import type { IBaseFileSystemSync } from './base-api-sync.js'; | ||
import type { IWalkOptions, IDirectoryContents, BufferEncoding } from './common-fs-types'; | ||
import type { IBaseFileSystemSync } from './base-api-sync'; | ||
@@ -4,0 +4,0 @@ /** |
@@ -1,6 +0,6 @@ | ||
import type { IFileSystemSync } from './extended-api-sync.js'; | ||
import type { IFileSystemAsync } from './extended-api-async.js'; | ||
import type { IFileSystemSync } from './extended-api-sync'; | ||
import type { IFileSystemAsync } from './extended-api-async'; | ||
export * from './extended-api-sync.js'; | ||
export * from './extended-api-async.js'; | ||
export * from './extended-api-sync'; | ||
export * from './extended-api-async'; | ||
@@ -7,0 +7,0 @@ /** |
@@ -1,5 +0,5 @@ | ||
export * from './base-api.js'; | ||
export * from './common-fs-types.js'; | ||
export * from './extended-api.js'; | ||
export * from './path.js'; | ||
export * from './watch-api.js'; | ||
export * from './base-api'; | ||
export * from './common-fs-types'; | ||
export * from './extended-api'; | ||
export * from './path'; | ||
export * from './watch-api'; |
@@ -1,2 +0,2 @@ | ||
import type { IFileSystemStats } from './common-fs-types.js'; | ||
import type { IFileSystemStats } from './common-fs-types'; | ||
@@ -3,0 +3,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
77890