Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

BigInt is rendered as error #578

@hendrysadrak

Description

@hendrysadrak

Prerequisites

Description

Here is an example of the error:

const veryLargeInt = 100n ** 200n;

This without bigint:

const veryLargeInt = 100 ** 200;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions