webassemblyjs icon indicating copy to clipboard operation
webassemblyjs copied to clipboard

chore: migrate to use es6 module syntax

Open ColinEberhardt opened this issue 7 years ago • 1 comments

the code uses a mix of commonjs and es6 module syntax. It should be migrated to es6 throughout.

ColinEberhardt avatar Jan 30 '18 07:01 ColinEberhardt

This was before refactoring the repo to a monorepo. We need to remove the circular dependencies first (otherwise ESM won't work).

xtuc avatar Apr 17 '18 08:04 xtuc