mljs / matrix

Matrix manipulation and computation library
https://mljs.github.io/matrix/
MIT License
353 stars 54 forks source link

fix: disable esModule in CJS build #171

Closed targos closed 10 months ago

targos commented 10 months ago

Now that we have an ESM facade, it breaks default imports for bundlers.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d71e23f) 71.27% compared to head (60a99a9) 71.27%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #171 +/- ## ======================================= Coverage 71.27% 71.27% ======================================= Files 34 34 Lines 5295 5295 Branches 850 850 ======================================= Hits 3774 3774 Misses 1516 1516 Partials 5 5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.