| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 59ca9e9 commit e5dae20
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -319,13 +319,7 @@ guide](https://github.com/nodejs/node/blob/master/doc/guides/adding-new-napi-api | |||
| 319 | 319 | ||
| 320 | 320 | ### Deprecations | |
| 321 | 321 | ||
| 322 | - [_Deprecation_][] is "the discouragement of use of some … feature … or practice, | ||
| 323 | - typically because it has been superseded or is no longer considered efficient or | ||
| 324 | - safe, without completely removing it or prohibiting its use. It can also imply | ||
| 325 | - that a feature, design, or practice will be removed or discontinued entirely in | ||
| 326 | - the future." | ||
| 327 | - | ||
| 328 | - Node.js uses three Deprecation levels: | ||
| 322 | + Node.js uses three [Deprecation][] levels: | ||
| 329 | 323 | ||
| 330 | 324 | * *Documentation-Only Deprecation*: A deprecation notice is added to the API | |
| 331 | 325 | documentation but no functional changes are implemented in the code. By | |
@@ -795,9 +789,9 @@ When things need extra attention, are controversial, or `semver-major`: | |||
| 795 | 789 | If you cannot find who to cc for a file, `git shortlog -n -s <file>` may help. | |
| 796 | 790 | ||
| 797 | 791 | ["Merge Pull Request"]: https://help.github.com/articles/merging-a-pull-request/#merging-a-pull-request-on-github | |
| 792 | + [Deprecation]: https://en.wikipedia.org/wiki/Deprecation | ||
| 798 | 793 | [Stability Index]: doc/api/documentation.md#stability-index | |
| 799 | 794 | [TSC]: https://github.com/nodejs/TSC | |
| 800 | - [_Deprecation_]: https://en.wikipedia.org/wiki/Deprecation | ||
| 801 | 795 | [`--pending-deprecation`]: doc/api/cli.md#--pending-deprecation | |
| 802 | 796 | [`--throw-deprecation`]: doc/api/cli.md#--throw-deprecation | |
| 803 | 797 | [`node-core-utils`]: https://github.com/nodejs/node-core-utils | |
| Back | FazBrowse Home | New Git URL |
0 commit comments