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

PseudoBigInt primitive type is not supported #14

Open
peter-leonov opened this issue Jan 12, 2025 · 0 comments
Open

PseudoBigInt primitive type is not supported #14

peter-leonov opened this issue Jan 12, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@peter-leonov
Copy link
Owner

The built-in TS PseudoBigInt type is not supported yet. It's part of TS's LiteralType type:

    interface LiteralType extends FreshableType {
        value: string | number | PseudoBigInt;
    }

https://github.com/microsoft/TypeScript/blob/cbac1ddfc73ca3b9d8741c1b51b74663a0f24695/src/compiler/types.ts#L6424-L6426

but it's atm unclear how to handle it properly.

@peter-leonov peter-leonov added the documentation Improvements or additions to documentation label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant