stdlib-js/esm package update
- Ngôn ngữ chính
- JavaScript
- Star
- 6k
- Fork
- 1.3k
- Merge trung bình
- 1 ngày 3 giờ
- Pull request đã merge (30 ngày)
- 611
Mô tả
Are there any plans to update the `stdlib-js/esm` repo/package? The repo (https://github.com/stdlib-js/esm) and npm package (https://www.npmjs.com/package/@stdlib/esm) are at `v0.0.3` and use some older code in `ndarray` relying on `eval()` which blocks us from using it.
We're evaluating using `stdlibjs` and it looks really promising. Unfortunately the standard package sizes are quite large for client side code. Some experiments with the `esm` variant and `rollup` showed there's quite some potential to bring the bundle sizes down using that approach. If `stdlib-js/esm` was up to date and published to `npm` we could make direct use of it without the need of a fork and/or custom bundling.
Is that something we could help out/contribute potentially?
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.