Dayong Lee

Results 67 comments of Dayong Lee

``` typescript interface ESToolkit { code: string } class ES { constructor(code: string) { this.code = code } } const es_toolkit: ESToolkit = {code: "Hello"} const es = new ES("Hello")...

@raon0211 we can close this issue.

If you are not working on, then can I work this?

If this issue is acceptable, then I will work separately. At first, I will make a PR for supporting custom key functions in `es-toolkit/compat/orderBy`. And a rest of PR is...

If we add this feature in `es-toolkit/orderBy`, then how about makes `orderBy` deprecated and add a `orders` arguments in `sortBy`. Two functions is too similar.

> We might support both `sortBy` and `orderBy`, even though theyโ€™re pretty similar. > > `sortBy` usually sorts in ascending order, like `Array#sort`. If we need to sort in descending...

I closed the related PR by mistake. I will open the same PR soon.

> I am not really sure if we add this feature to throttle. However, we might add this called `throttleAsync` as an async library. I agree with adding a method...

### Some of additional tips - We can also run the migrated test code with `vitest compat/**/*`. - We have to update three compatibility docs (`docs/compatibility.md`, `docs/ko/compatibility.md`, `docs/zh_hans/compatibility.md`)

# NOTE: At now, we can find the test codes in [here](https://github.com/lodash/lodash/tree/afcd5bc1e8801867c31a17566e0e0edebb083d0e/test)