| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 62ba619 commit 705bcc2
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1769,14 +1769,17 @@ not handle all certificate subjects correctly and should not be used. | |||
| 1769 | 1769 | ||
| 1770 | 1770 | <!-- YAML | |
| 1771 | 1771 | changes: | |
| 1772 | + - version: REPLACEME | ||
| 1773 | + pr-url: https://github.com/nodejs/node/pull/58473 | ||
| 1774 | + description: End-of-Life. | ||
| 1772 | 1775 | - version: v9.0.0 | |
| 1773 | 1776 | pr-url: https://github.com/nodejs/node/pull/13948 | |
| 1774 | 1777 | description: Runtime deprecation. | |
| 1775 | 1778 | --> | |
| 1776 | 1779 | ||
| 1777 | - Type: Runtime | ||
| 1780 | + Type: End-of-Life | ||
| 1778 | 1781 | ||
| 1779 | - `Module._debug()` is deprecated. | ||
| 1782 | + `Module._debug()` has been removed. | ||
| 1780 | 1783 | ||
| 1781 | 1784 | The `Module._debug()` function was never documented as an officially | |
| 1782 | 1785 | supported API. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -429,7 +429,6 @@ ObjectDefineProperty(Module.prototype, 'parent', { | |||
| 429 | 429 | 'DEP0144', | |
| 430 | 430 | ), | |
| 431 | 431 | }); | |
| 432 | - Module._debug = pendingDeprecate(debug, 'Module._debug is deprecated.', 'DEP0077'); | ||
| 433 | 432 | Module.isBuiltin = BuiltinModule.isBuiltin; | |
| 434 | 433 | ||
| 435 | 434 | /** | |
| Back | FazBrowse Home | New Git URL |
0 commit comments