summaryrefslogtreecommitdiff
path: root/test_napi/bigint_test.js
AgeCommit message (Collapse)Author
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-05-18fix(napi): BigInt related APIs (#19174)Bartek IwaƄczuk
Doesn't make the API bullet-proof and there are some TODOs left, but greatly improves the situation. Tests were ported from Node.js. Closes https://github.com/denoland/deno/issues/18276.