visionmedia / bytes.js

node byte string parser
MIT License
461 stars 57 forks source link

feat: add bigint type as value parameter #65

Open frani opened 4 months ago

frani commented 4 months ago

bigint nowadays is commonly used

dougwilson commented 4 months ago

Thanks, I agree, it should work. But this seems like it will be confusing, because it won't actually work with actual big numbers still as this change just converts it to the Number.

frani commented 3 months ago

@dougwilson you are right!

going to work out on it to make it fully functional with bigint.

later going to commit new change in this branch.