dop251 / goja

ECMAScript/JavaScript engine in pure Go
MIT License
5.53k stars 375 forks source link

Support for bigint? #556

Closed shuaiyy closed 2 months ago

shuaiyy commented 7 months ago

will the BigInt type be supported by goja?

DarienYang commented 6 months ago

BigInt already supported by most of the js runtime, is there any plan to be supported by goja?