kriszyp / msgpackr

Ultra-fast MessagePack implementation with extension for record and structural cloning / msgpack.org[JavaScript/NodeJS]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom extension extending `Array` will break

molikto opened this issue · comments

i have an extension of a class A extends Array and this will break after that commit.

there is also existing instanceof Array || Array.isArray(existing) in struct.js. but I am not sure if this will be a problem