Today, js is becoming esm first: esm works in browsers and has advantages for tree-shaking.
So we want to replace the parts of various scripts where commonjs are used with esm. We still intend to include commonjs in the build.
I'll work on it if you want.
Today, js is becoming esm first: esm works in browsers and has advantages for tree-shaking.
So we want to replace the parts of various scripts where commonjs are used with esm. We still intend to include commonjs in the build.
I'll work on it if you want.