This will allow us to supply relative imports, for example you might supply:
evalWebWorker.executeWithFs({
fsMap: {
"main.tsx": `import manualEdits from "./manual-edits.json"\n//....`,
"manual-edits.json": "{ ... }"
},
entrypoint: "main.tsx"
})
/bounty $20
This will allow us to supply relative imports, for example you might supply:
/bounty $20