Skip to content

iso-error@6.0.0

Choose a tag to compare

@unional unional released this 10 Jan 21:19
· 196 commits to main since this release

Major Changes

  • 8f6e39e: Adjust ErrorWithCause to match ES2022 definition.

    standard type ES2022 adds cause?: unknown to the Error type.

    It is not compatiable with the more restricted cause?: Error.

    So we need to adjust ErrorWithCause to match ES2022 definition.