File tree 2 files changed +8
-8
lines changed
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/');
76
76
requireUtil (' ./some-tool' );
77
77
` ` `
78
78
79
- ### ` module .isPreloading `
80
- <!-- YAML
81
- added: v15.4.0
82
- -->
83
-
84
- * Type: {boolean} ` true ` if the module is running during the Node.js preload
85
- phase.
86
-
87
79
### ` module .syncBuiltinESMExports ()`
88
80
<!-- YAML
89
81
added: v12.12.0
Original file line number Diff line number Diff line change @@ -888,6 +888,14 @@ added: v0.1.16
888
888
The identifier for the module. Typically this is the fully resolved
889
889
filename.
890
890
891
+ ### ` module.isPreloading `
892
+ <!-- YAML
893
+ added: v15.4.0
894
+ -->
895
+
896
+ * Type: {boolean} ` true ` if the module is running during the Node.js preload
897
+ phase.
898
+
891
899
### ` module.loaded `
892
900
<!-- YAML
893
901
added: v0.1.16
You can’t perform that action at this time.
0 commit comments