BrowserFS
BrowserFS copied to clipboard
TypeError: PATH.join2 is not defined
I thought to replace everywhere with just join
, but the tests don't work on my computer, I can't check
https://github.com/notiv-nt/BrowserFS/commit/e4bcd55a0103c38cec15a35273bd1636a2037241 Works for me
@notiv-nt Interesting; I wonder if Emscripten changed their internal API. Could you open a PR so I can review and potentially merge?
@jvilk ?
Got around this by passing a slightly modified path
to the plugin.
import * as path from "path";
const BFS = new BrowserFS.EmscriptenFS(FS, { join2: path.join, ...path });
Closing (stale). If you would like to reopen this issue, please do so by creating a new issue in the relevant repositories of @browser-fs