You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(wasm-utxo): add ESM support as primary format with CJS fallback
This change migrates the package to use ESM as the primary format while
maintaining compatibility with CommonJS consumers. Key changes:
- Set "type": "module" in package.json
- Configure dual ESM/CJS output with proper exports field
- Add .js extensions to all imports for ESM compatibility
- Update build scripts to create both ESM and CJS outputs
- Configure tests to work with ESM imports
- Add bundler compatibility tests for both ESM and CJS usage
- Update mocha config for ESM testing
Issue: esm-first.2
Co-authored-by: llm-git <[email protected]>
0 commit comments