Skip to content

Commit 89a469b

Browse files
committed
Stop relaying non-existing export
1 parent 9384e9f commit 89a469b

File tree

1 file changed

+1
-4
lines changed
  • packages/php-wasm/universal/src/lib

1 file changed

+1
-4
lines changed

packages/php-wasm/universal/src/lib/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,7 @@ export {
7979
} from './urls';
8080

8181
export { isExitCode } from './is-exit-code';
82-
export {
83-
proxyFileSystem,
84-
proxyNonSharedMemoryFileSystems,
85-
} from './proxy-file-system';
82+
export { proxyFileSystem } from './proxy-file-system';
8683
export { sandboxedSpawnHandlerFactory } from './sandboxed-spawn-handler-factory';
8784

8885
export * from './api';

0 commit comments

Comments
 (0)