Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Big numbers support #1

Open
aditya211935 opened this issue Jan 28, 2024 · 0 comments
Open

Big numbers support #1

aditya211935 opened this issue Jan 28, 2024 · 0 comments

Comments

@aditya211935
Copy link

Current Behaviour

Currently, sorting is supported for numbers upto 999. On trying to sort numbers bigger than 999, the below error comes up.

image

This is because Typescript probably has an infinite loop checker for recursive types, and thus only supports recursion depth upto 999.

image

Feature Request

Can we please add support for sorting numbers greater than 999? Typescript supports numbers upto 2^53.

microsoft/TypeScript#33300

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant