File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -1780,18 +1780,21 @@ cause a lot of issues. See <https://github.com/nodejs/node/issues/14328>.
17801780### DEP0089: require(' assert' )
17811781<!-- YAML
17821782changes:
1783+ - version: REPLACEME
1784+ pr-url: https://github.com/nodejs/node/pull/28892
1785+ description: Deprecation revoked.
17831786 - version:
17841787 - v9.9.0
17851788 - v10.0.0
17861789 pr-url: https://github.com/nodejs/node/pull/17002
17871790 description: Documentation-only deprecation.
17881791-->
17891792
1790- Type: Documentation-only
1793+ Type: Deprecation revoked
17911794
1792- Importing assert directly is not recommended as the exposed functions will use
1793- loose equality checks. Use `require( ' assert ' ).strict` instead. The API is the
1794- same as the legacy assert but it will always use strict equality checks .
1795+ Importing assert directly was not recommended as the exposed functions use
1796+ loose equality checks. The deprecation was revoked because use of the `assert`
1797+ module is not discouraged, and the deprecation caused end user confusion .
17951798
17961799<a id="DEP0090"></a>
17971800### DEP0090: Invalid GCM authentication tag lengths
You can’t perform that action at this time.
0 commit comments