standard-things / esm

Tomorrow's ECMAScript modules today!
Other
5.26k stars 147 forks source link

Possibility to use esm in worker threads or threads.js #913

Open OBrown92 opened 2 years ago

OBrown92 commented 2 years ago

I tried to use worker threads or threads.js in my esm project but the import will not work in my worker thread file. Is it possible to use esm in a worker thread file or with thread.js?