| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7092a6c commit 1261b94
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -710,8 +710,8 @@ function for [`util.inspect()`][] is deprecated. Use [`util.inspect.custom`][] | |||
| 710 | 710 | instead. For backwards compatibility with Node.js prior to version 6.4.0, both | |
| 711 | 711 | may be specified. | |
| 712 | 712 | ||
| 713 | - <a id="DEP00XX"></a> | ||
| 714 | - ### DEP00XX: path.\_makeLong() | ||
| 713 | + <a id="DEP0080"></a> | ||
| 714 | + ### DEP0080: path.\_makeLong() | ||
| 715 | 715 | ||
| 716 | 716 | Type: Documentation-only | |
| 717 | 717 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1629,7 +1629,7 @@ const posix = { | |||
| 1629 | 1629 | posix.win32 = win32.win32 = win32; | |
| 1630 | 1630 | posix.posix = win32.posix = posix; | |
| 1631 | 1631 | ||
| 1632 | - // Legacy internal API, docs-only deprecated: DEP00XX | ||
| 1632 | + // Legacy internal API, docs-only deprecated: DEP0080 | ||
| 1633 | 1633 | win32._makeLong = win32.toNamespacedPath; | |
| 1634 | 1634 | posix._makeLong = posix.toNamespacedPath; | |
| 1635 | 1635 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments