summaryrefslogtreecommitdiff
path: root/lib/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/constants.js')
-rw-r--r--lib/constants.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/constants.js b/lib/constants.js
index fec7e13d94..c1cbf2db3c 100644
--- a/lib/constants.js
+++ b/lib/constants.js
@@ -1,8 +1,9 @@
'use strict';
-// This module is soft-deprecated. Users should be directed towards using
-// the specific constants exposed by the individual modules on which they
-// are most relevant.
+// This module is deprecated in documentation only. Users should be directed
+// towards using the specific constants exposed by the individual modules on
+// which they are most relevant.
+// Deprecation Code: DEP0008
const constants = process.binding('constants');
Object.assign(exports,
constants.os.errno,