bpstrngr / interface

Ecmascript module interface for clients/imports/functions.
0 stars 1 forks source link

Loader #10

Closed bpstrngr closed 9 months ago

bpstrngr commented 9 months ago

introduce a scope to resolving and loading modules to support idempotence of loading from source before bundle is ready, and keeping it in use after.

fixes #8 by forwarding context to worker thread when available.