46cbcf3ff1
* feat(cli): allow sync fs operation between workers/mainThread * allow sync fs operation between workers/mainThread (#2065) * Fix * Update fixture * flaky test * Fix cross compile target * Update zig * macos-cross test was filtered --------- Co-authored-by: Toyo Li <lifenglin314@outlook.com>
5 lines
169 B
JavaScript
5 lines
169 B
JavaScript
import * as memfsExported from 'memfs'
|
|
|
|
const { createFsFromVolume, Volume, fs, memfs } = memfsExported
|
|
|
|
export { createFsFromVolume, Volume, fs, memfs, memfsExported }
|