File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,6 @@ const requireUtil = createRequireFromPath('../src/utils/');
7676requireUtil (' ./some-tool' );
7777` ` `
7878
79- ### ` module .isPreloading `
80- <!-- YAML
81- added: REPLACEME
82- -->
83-
84- * Type: {boolean} ` true ` if the module is running during the Node.js preload
85- phase.
86-
8779### ` module .syncBuiltinESMExports ()`
8880<!-- YAML
8981added: v12.12.0
Original file line number Diff line number Diff line change @@ -889,6 +889,14 @@ added: v0.1.16
889889The identifier for the module. Typically this is the fully resolved
890890filename.
891891
892+ ### ` module.isPreloading `
893+ <!-- YAML
894+ added: REPLACEME
895+ -->
896+
897+ * Type: {boolean} ` true ` if the module is running during the Node.js preload
898+ phase.
899+
892900### ` module.loaded `
893901<!-- YAML
894902added: v0.1.16
You can’t perform that action at this time.
0 commit comments