anuraghazra / anuraghazra/type-trident
Big numbers support
Open
- Dominant language
- TypeScript
- Stars
- 357
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
## Current Behaviour
Currently, sorting is supported for numbers upto 999. On trying to sort numbers bigger than 999, the below error comes up.
This is because Typescript probably has an infinite loop checker for recursive types, and thus only supports recursion depth upto 999.
## Feature Request
Can we please add support for sorting numbers greater than 999? Typescript supports numbers upto 2^53.
https://github.com/microsoft/TypeScript/pull/33300
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.