We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a1be6 commit f3b09cfCopy full SHA for f3b09cf
src/puter-js/src/modules/FileSystem/index.js
@@ -14,10 +14,7 @@ import symlink from './operations/symlink.js';
14
// Why is this called deleteFSEntry instead of just delete? because delete is
15
// a reserved keyword in javascript
16
import deleteFSEntry from "./operations/deleteFSEntry.js";
17
-import { ProxyFilesystem, TFilesystem } from '../../lib/filesystem/definitions.js';
18
import { AdvancedBase } from '../../../../putility/index.js';
19
-import { CachedFilesystem } from '../../lib/filesystem/CacheFS.js';
20
-import { PuterAPIFilesystem } from '../../lib/filesystem/APIFS.js';
21
22
export class PuterJSFileSystemModule extends AdvancedBase {
23
0 commit comments