Jacob Bolda

Results 93 comments of Jacob Bolda

This seems to have stalled out and we have an implementation in https://github.com/thefrontside/playhouse already. Opting to point to that and closing this. GitHubGitHub - thefrontside/playhouse: Frontside's Backstage PortalFrontside's Backstage Portal....

The work here is stale and our implementation has drifted. Closing and we can open up a new PR in the future if this is still required.

The work here is stale and our implementation has drifted. Closing and we can open up a new PR in the future if this is still required.

It seems that `nexe` doesn't support ESM yet which I don't think is necessarily an issue at the moment, but as libraries switch over this year then it might become...

Looks like it doesn't have a problem using `fs` so we might be able to, at the very least, hack together some kind of require / plugin system. test file:...

> @jbolda What about using `System.import()` ? or `require()` from the local file system? Good question. I presume they should work, but it's easy to test so I'll try on...

Confirmed that they work. With this code: ```js const fs = require("fs/promises"); const path = require("path"); const interact = async (args) => { switch (args[2]) { case "read": return readFile(args);...

Prefer this grouped, closing until it groups.