Update index.js
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (18.x) (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled

This commit is contained in:
Nariman Jelveh
2025-07-28 22:03:25 -07:00
parent b5a1be6823
commit f3b09cf170
@@ -14,10 +14,7 @@ import symlink from './operations/symlink.js';
// Why is this called deleteFSEntry instead of just delete? because delete is
// a reserved keyword in javascript
import deleteFSEntry from "./operations/deleteFSEntry.js";
import { ProxyFilesystem, TFilesystem } from '../../lib/filesystem/definitions.js';
import { AdvancedBase } from '../../../../putility/index.js';
import { CachedFilesystem } from '../../lib/filesystem/CacheFS.js';
import { PuterAPIFilesystem } from '../../lib/filesystem/APIFS.js';
export class PuterJSFileSystemModule extends AdvancedBase {