Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFeng Yu <F3n67u@outlook.com>2022-05-22 16:28:41 +0300
committerBryan English <bryan@bryanenglish.com>2022-05-30 19:33:54 +0300
commitd9fb25c936fcba32b51a8eb02aa7a646ef16f512 (patch)
tree4b896996287fe01d39bcf56c49e8f9092db7d341 /doc
parentc76caadf2ec47273a4fc512b81cdd20d2f56c7b0 (diff)
tools: refactor build-addons.js to ESM
PR-URL: https://github.com/nodejs/node/pull/43099 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing/collaborator-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing/collaborator-guide.md b/doc/contributing/collaborator-guide.md
index 4550c2e7d15..546e0e71ba1 100644
--- a/doc/contributing/collaborator-guide.md
+++ b/doc/contributing/collaborator-guide.md
@@ -232,7 +232,7 @@ There are some other files that touch the build chain. Changes in the following
files also qualify as affecting the `node` binary:
* `tools/*.py`
-* `tools/build-addons.js`
+* `tools/build-addons.mjs`
* `*.gyp`
* `*.gypi`
* `configure`