darrachequesne / notepack

A fast Node.js implementation of the latest MessagePack spec
MIT License
76 stars 19 forks source link

Fix float encoding for large numbers #26

Closed Illya9999 closed 3 years ago

Illya9999 commented 3 years ago

Previously it would not encode large numbers such as 1e300 as a float

darrachequesne commented 3 years ago

@Illya9999 thanks for the PR. Could you please add a test for this case?

darrachequesne commented 3 years ago

Closed due to inactivity, please reopen if needed.