From 9d6619efeaa80f899d0ee06ddb37c6c76e41f823 Mon Sep 17 00:00:00 2001 From: Sarat Addepalli Date: Fri, 3 Aug 2018 14:54:14 +0530 Subject: [PATCH] doc: add doc for --loader option PR-URL: https://github.com/nodejs/node/pull/22104 Fixes: https://github.com/nodejs/node/issues/21230 Reviewed-By: Benjamin Gruenbaum Reviewed-By: James M Snell Reviewed-By: John-David Dalton --- doc/api/cli.md | 8 ++++++++ doc/node.1 | 6 ++++++ src/node.cc | 3 +++ 3 files changed, 17 insertions(+) diff --git a/doc/api/cli.md b/doc/api/cli.md index 4986d019129..637c1cd9050 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -132,6 +132,13 @@ V8 inspector integration allows tools such as Chrome DevTools and IDEs to debug and profile Node.js instances. The tools attach to Node.js instances via a tcp port and communicate using the [Chrome DevTools Protocol][]. +### `--loader=file` + + +Specify the `file` of the custom [experimental ECMAScript Module][] loader. + ### `--napi-modules`