BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-07-28 22:35:16 +02:00
parent eda415893c
commit f12a92660f
15 changed files with 14221 additions and 1251 deletions

View File

@@ -1,4 +1,4 @@
export * from './smartspawn.classes.threadsimple';
export * from './smartspawn.wrap';
export * from './smartspawn.classes.threadsimple.js';
export * from './smartspawn.wrap.js';
export * from 'threads';