summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2018-12-19 20:55:52 +0100
committerAnna Henningsen <anna@addaleax.net>2018-12-30 20:17:19 +0100
commit4100001624a4cc88c61143e2678bf80c2aacd922 (patch)
treed61fb39ac8890ec57af068e7d0f301411ec59302 /doc/api/deprecations.md
parentb4b9e0e28c434de926593e42248b7c18b7839b12 (diff)
downloadandroid-node-v8-4100001624a4cc88c61143e2678bf80c2aacd922.tar.gz
android-node-v8-4100001624a4cc88c61143e2678bf80c2aacd922.tar.bz2
android-node-v8-4100001624a4cc88c61143e2678bf80c2aacd922.zip
lib: remove unintended access to deps/
This brings DEP0084 to End-of-Life. It is unlikely that this has received much public usage in the first place, so removing should be okay. PR-URL: https://github.com/nodejs/node/pull/25138 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 3debf82971..8dacce5888 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -1670,16 +1670,19 @@ the client and is now unsupported. Use the `ciphers` parameter instead.
### DEP0084: requiring bundled internal dependencies
<!-- YAML
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/25138
+ description: This functionality has been removed.
- version: v10.0.0
pr-url: https://github.com/nodejs/node/pull/16392
description: Runtime deprecation.
-->
-Type: Runtime
+Type: End-of-Life
Since Node.js versions 4.4.0 and 5.2.0, several modules only intended for
-internal usage are mistakenly exposed to user code through `require()`. These
-modules are:
+internal usage were mistakenly exposed to user code through `require()`. These
+modules were:
- `v8/tools/codemap`
- `v8/tools/consarray`