toss / es-toolkit

A modern JavaScript utility library that's 2-3 times faster and up to 97% smaller—a major upgrade to lodash.
https://es-toolkit.slash.page
Other
6.71k stars 308 forks source link

chore(deps): remove unused babel and tsup package #408

Closed dayongkr closed 2 months ago

dayongkr commented 2 months ago

Description

As I know, we use rollup for build.

So I think that we can remove the tsup and babel package.

reopen #401 (I deleted a repository that had the PR's branch by mistake. So I create new PR.)

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
es-toolkit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 20, 2024 2:02pm
codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 99.77%. Comparing base (d4aa703) to head (6010fe2).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/toss/es-toolkit/pull/408/graphs/tree.svg?width=650&height=150&src=pr&token=8N5S3AR3C7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=toss)](https://app.codecov.io/gh/toss/es-toolkit/pull/408?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=toss) ```diff @@ Coverage Diff @@ ## main #408 +/- ## ========================================== + Coverage 99.69% 99.77% +0.07% ========================================== Files 161 161 Lines 1323 1323 Branches 358 358 ========================================== + Hits 1319 1320 +1 + Misses 3 2 -1 Partials 1 1 ```