Lines Matching +full:es +full:- +full:modules
1 # Modules: `module` API
3 <!--introduced_in=v12.20.0-->
4 <!-- YAML
6 -->
13 `Module`, the [`module`][] variable often seen in [CommonJS][] modules. Accessed
17 <!-- YAML
19 - v9.3.0
20 - v8.10.0
21 - v6.13.0
22 -->
26 A list of the names of all modules provided by Node.js. Can be used to verify
45 <!-- YAML
47 -->
58 // sibling-module.js is a CommonJS module.
59 const siblingModule = require('./sibling-module');
63 <!-- YAML
66 -->
68 > Stability: 0 - Deprecated: Please use [`createRequire()`][] instead.
78 // Require `../src/utils/some-tool`
79 requireUtil('./some-tool');
83 <!-- YAML
85 -->
88 builtin [ES Modules][] to match the properties of the [CommonJS][] exports. It
89 does not add or remove exported names from the [ES Modules][].
121 <!-- YAML
123 - v13.7.0
124 - v12.17.0
125 -->
127 > Stability: 1 - Experimental
131 [source map include directives][] are found in a modules' footer.
134 [`--enable-source-maps`][], or with code coverage enabled by setting
149 <!-- Anchors to make sure old links find a target -->
153 <!-- YAML
155 - v13.7.0
156 - v12.17.0
157 -->
166 <!-- YAML
168 - v13.7.0
169 - v12.17.0
170 -->
211 [CommonJS]: modules.md
212 [ES Modules]: esm.md
214 [`--enable-source-maps`]: cli.md#cli_enable_source_maps
218 [`module`]: modules.md#modules_the_module_object
219 [module wrapper]: modules.md#modules_the_module_wrapper