Skip to content

iso-error@6.0.1

Choose a tag to compare

@unional unional released this 28 Mar 20:50
· 160 commits to main since this release

Patch Changes

  • c4a4701: Remove usage of private fields on SerializableConverter.

    Private field does not work with proxy,
    causing issue like: mocktomata/mocktomata#523

    Since it does not gain additional benefits and there are nothing to hide,
    relying on private modifier in TypeScript is suffice.

    The IsoError still have some static private fields, but should not affect anything.