summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 6904821d1b..8addff8dfd 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -1715,19 +1715,19 @@ Since Node.js versions 4.4.0 and 5.2.0, several modules only intended for
internal usage were mistakenly exposed to user code through `require()`. These
modules were:
-- `v8/tools/codemap`
-- `v8/tools/consarray`
-- `v8/tools/csvparser`
-- `v8/tools/logreader`
-- `v8/tools/profile_view`
-- `v8/tools/profile`
-- `v8/tools/SourceMap`
-- `v8/tools/splaytree`
-- `v8/tools/tickprocessor-driver`
-- `v8/tools/tickprocessor`
-- `node-inspect/lib/_inspect` (from 7.6.0)
-- `node-inspect/lib/internal/inspect_client` (from 7.6.0)
-- `node-inspect/lib/internal/inspect_repl` (from 7.6.0)
+* `v8/tools/codemap`
+* `v8/tools/consarray`
+* `v8/tools/csvparser`
+* `v8/tools/logreader`
+* `v8/tools/profile_view`
+* `v8/tools/profile`
+* `v8/tools/SourceMap`
+* `v8/tools/splaytree`
+* `v8/tools/tickprocessor-driver`
+* `v8/tools/tickprocessor`
+* `node-inspect/lib/_inspect` (from 7.6.0)
+* `node-inspect/lib/internal/inspect_client` (from 7.6.0)
+* `node-inspect/lib/internal/inspect_repl` (from 7.6.0)
The `v8/*` modules do not have any exports, and if not imported in a specific
order would in fact throw errors. As such there are virtually no legitimate use