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

fix: change BigInt type to bigint type #3187

Merged
merged 2 commits into from
Feb 12, 2023
Merged

Conversation

ayame113
Copy link
Contributor

Fix the currently failing CI. (ref: #3184 (comment))
The cause of CI failures is that BigInt types are now reported as lint errors.(denoland/deno_lint#1124)
This PR fixes CI by replacing BigInt with bigint.

Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@kt3k kt3k merged commit 6ed3bda into denoland:main Feb 12, 2023
@ayame113 ayame113 deleted the Bigint-to-bigint branch February 12, 2023 06:45
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

Successfully merging this pull request may close these issues.

2 participants