Axel Rauschmayer
Axel Rauschmayer
@visualfanatic Good catch! Fixed in next release.
@vsemozhetbyt: Both changes will be in the next release. Thanks!
Thanks @sergsavoniuk! This will be fixed in the next release.
@cascandaliato Thanks for reporting this. Will be fixed in next release.
Thanks @anthemion-org! This typo will be fixed in the next release.
@da-moo Good point! That’ll be fixed in the next release.
@kswope I’ve added a note that’ll be in the next release.
@ghost: Both expressions mean the same thing.
@mday64 Thanks for reporting this! I switched to ```js import * as assert from 'assert/strict'; ``` and don’t see the issue in VS Code anymore.
@ghost: Thanks! Originally the import statement was: ```js import { strict as assert } from 'assert'; ``` To make things clearer, it is now: ```js import * as assert from...