no2chem / bigint-buffer

💪🔢 bigint-buffer: Buffer Utilities for TC39 BigInt Proposal
Apache License 2.0
54 stars 11 forks source link

TypeScript 3.2 support #10

Closed vekexasia closed 5 years ago

vekexasia commented 5 years ago

Finally ts 3.2 supports bigint with esnext target without the need to polyfill BigInt.

would you consider migrating to ts 3.2? tkz

no2chem commented 5 years ago

Yep, let me try adding that today, thanks!

no2chem commented 5 years ago

Well, it turns out that it's just RC, but I can switch to the RC for now.