Pinned
855 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2021
Created 8 commits in 3 repositories
Created a pull request in vitejs/vite that received 1 comment
Opened 1 other pull request in 1 repository
vitejs/vite
1
merged
Reviewed 9 pull requests in 1 repository
Created an issue in evanw/esbuild that received 1 comment
BigInt not support Math.pow.
Input
BigInt(2) ** BigInt(32) - BigInt(1);
Output
__pow(BigInt(2), BigInt(32)) - BigInt(1)
Description
The code will not worked. The broswer wil…
1
comment