darrachequesne / notepack

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

it fails on large decimals #30

Open jimmywarting opened 1 year ago

jimmywarting commented 1 year ago

example:

mod = await import('https://cdn.jsdelivr.net/npm/notepack.io@3.0.1/lib/index.js/+esm')
mod.decode(mod.encode(3.5522E35))