ReactiveX / IxJS

The Interactive Extensions for JavaScript
https://reactivex.io/IxJS/
MIT License
1.32k stars 73 forks source link

Fix ESM imports and tree-shaking #363

Closed trxcllnt closed 3 months ago

trxcllnt commented 8 months ago

Description: Import files with .js suffixes to make ESM code compatible with node's ESM latest implementation.

Related issue (if exists): Fixes #342