iso-error@6.0.1
Patch Changes
-
c4a4701: Remove usage of private fields on
SerializableConverter.Private field does not work with proxy,
causing issue like: mocktomata/mocktomata#523Since it does not gain additional benefits and there are nothing to hide,
relying onprivatemodifier in TypeScript is suffice.The
IsoErrorstill have some static private fields, but should not affect anything.