Skip to content

Commit e973005

Browse files
committed
feat: US-015 - Delete old VFS backends from secure-exec
1 parent 92842c0 commit e973005

25 files changed

Lines changed: 257 additions & 938 deletions

packages/core/src/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,7 @@ export {
150150
} from "./shared/constants.js";
151151

152152
// Shared utilities.
153-
export {
154-
createInMemoryFileSystem,
155-
InMemoryFileSystem,
156-
} from "./shared/in-memory-fs.js";
153+
export { createInMemoryFileSystem } from "./shared/in-memory-fs.js";
157154

158155
export {
159156
allowAll,

0 commit comments

Comments
 (0)