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

Commute to ES2020. Partially replace "BigNumber.Value" with "bigint" #382

Merged
merged 4 commits into from
Feb 15, 2024

Conversation

andreibancioiu
Copy link
Contributor

@andreibancioiu andreibancioiu commented Feb 15, 2024

  • compilerOptions: for target, use ES2020 instead of ES2015.
  • partially replace BigNumber.Value with bigint (on some components that are new in v13)

See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt

@andreibancioiu andreibancioiu self-assigned this Feb 15, 2024
@andreibancioiu andreibancioiu changed the title Commute to ES2020. Partially replace BigNumber.Value with bigint Commute to ES2020. Partially replace "BigNumber.Value" with "bigint" Feb 15, 2024
@andreibancioiu andreibancioiu marked this pull request as ready for review February 15, 2024 12:33
src/tokens.spec.ts Show resolved Hide resolved
src/tokens.ts Outdated Show resolved Hide resolved
src/utils.codec.spec.ts Show resolved Hide resolved
@andreibancioiu andreibancioiu merged commit 871d952 into feat/next Feb 15, 2024
1 check passed
@andreibancioiu andreibancioiu deleted the bigint-01 branch February 15, 2024 13:26
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.

3 participants