anuraghazra / anuraghazra/type-trident

Big numbers support

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
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.

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.

https://github.com/microsoft/TypeScript/pull/33300

image

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.