msgpack / msgpack-javascript

@msgpack/msgpack - MessagePack for JavaScript / msgpack.org[JavaScript/TypeScript/ECMA-262]
https://msgpack.org/
ISC License
1.3k stars 162 forks source link

Error in ExtensionCodec.ts? #241

Open ste-gr opened 8 months ago

ste-gr commented 8 months ago

Hi,

I think there is a little error here: https://github.com/msgpack/msgpack-javascript/blob/1fc7622d0dce18ff17077f54fab4c8c8be69b470/src/ExtensionCodec.ts#L57

Shouldn't it be const index = -1 - type;?

Greetings Stefan