-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
I would like to use import {AssertionError} from 'assert'; but cannot because power-assert does not echo named exports. All I can do is either abuse import {AssertionError} from 'node:assert; since this bypasses the power-assert babel plugin, or import assert from 'assert'; const {AssertionError} = assert;.
Metadata
Metadata
Assignees
Labels
No labels