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>.
1780
1780
### DEP0089: require(' assert' )
1781
1781
<!-- YAML
1782
1782
changes:
1783
+ - version: REPLACEME
1784
+ pr-url: https://github.com/nodejs/node/pull/28892
1785
+ description: Deprecation revoked.
1783
1786
- version:
1784
1787
- v9.9.0
1785
1788
- v10.0.0
1786
1789
pr-url: https://github.com/nodejs/node/pull/17002
1787
1790
description: Documentation-only deprecation.
1788
1791
-->
1789
1792
1790
- Type: Documentation-only
1793
+ Type: Deprecation revoked
1791
1794
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 .
1795
1798
1796
1799
<a id="DEP0090"></a>
1797
1800
### DEP0090: Invalid GCM authentication tag lengths
You can’t perform that action at this time.
0 commit comments