ReactiveX / IxJS

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

Fix ESM imports and tree-shaking #363

Closed trxcllnt closed 6 months ago

trxcllnt commented 10 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