estools / escodegen

ECMAScript code generator
BSD 2-Clause "Simplified" License
2.65k stars 335 forks source link

feat: add `BigInt` support #387

Closed nswbmw closed 1 year ago

sanex3339 commented 4 years ago

@michaelficarra what should I do that this PR has been merged? Add tests?

My project requires the support of bigint https://github.com/javascript-obfuscator/javascript-obfuscator/issues/588

michaelficarra commented 4 years ago

@sanex3339 Yes please. This PR would need tests before being merged.

sanex3339 commented 4 years ago

@michaelficarra Tests added in https://github.com/estools/escodegen/pull/421. This PR can be closed.

alexandertrefz commented 2 years ago

@michaelficarra Is there anything blocking this? Nevermind, the feature seems to have landed in master, just awaiting release.