Description
This is sweet, really cool to see. A few questions for my learning and planning to take the prolog POC farther
-
In this line, the new Promise is constructed, but the first argument is named "reject", but this is still the resolve function, no? Have you renamed as per the intent, but functionally you are just returning the time out message?
js-test-runner-clientside/src/index.ts
Line 209 in 5ee2197
-
the
esm
templated string is brilliant, and when you import that, it then becomes an imported module file rather than loaded in to the global space. 🤩 🥇 -
You have a webpack comment on 156, is this because webpacker will try to re-write this concern to bundle it?
js-test-runner-clientside/src/index.ts
Line 156 in 5ee2197
Asking because I was planning to load the prolog wasm as it's bundled as its own package as well (https://www.npmjs.com/package/swipl-wasm) and its reasonably large (https://bundlephobia.com/package/swipl-wasm@5.0.11)