aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2017-10-31 01:51:01 -0400
committerJames M Snell <jasnell@gmail.com>2017-10-31 09:14:19 -0700
commit82790d84f2049cdd5e9aac4818a096834bed0118 (patch)
treec8f4a78cd7386799ef7c1eccb4a1fe2d72445126 /doc
parentdfcaf280b728b20e536c27964ae1446342d98607 (diff)
downloadandroid-node-v8-82790d84f2049cdd5e9aac4818a096834bed0118.tar.gz
android-node-v8-82790d84f2049cdd5e9aac4818a096834bed0118.tar.bz2
android-node-v8-82790d84f2049cdd5e9aac4818a096834bed0118.zip
module: revert #3384 DEP0019 EOL
The original commit was landed without running CITGM. Unfortunately this change breaks the module `d` which has over 500k downloads a day. It is worth mentioning that the compatibility hack can be removed without breaking anything. We should definitely revisit for the next Semver-Major but shipping this today will cause non trivial ecosystem breakages. Refs: https://github.com/nodejs/node/pull/3384 PR-URL: https://github.com/nodejs/node/pull/16634 Refs: https://github.com/nodejs/node/pull/3384 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/deprecations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 10db311e88..8f94f6b248 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -202,7 +202,7 @@ code.
<a id="DEP0019"></a>
### DEP0019: require('.') resolved outside directory
-Type: End-of-Life
+Type: Runtime
In certain cases, `require('.')` may resolve outside the package directory.
This behavior is deprecated and will be removed in a future major Node.js