Skip to content

Commit e14b02c

Browse files
committed
fix linting issues
1 parent c060653 commit e14b02c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/esm.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ syncBuiltinESMExports();
332332
fs.readFileSync === readFileSync;
333333
```
334334

335-
> When importing built-in modules, all the named exports (i.e. properties of the module exports object) are populated even if they are not individually accessed.
335+
> When importing built-in modules, all the named exports (i.e. properties of the module exports object)
336+
> are populated even if they are not individually accessed.
336337
> This can make initial imports of built-in modules slightly slower compared to loading them with
337338
> `require()` or `process.getBuiltinModule()`, where the module exports object is evaluated immediately,
338339
> but some of its properties may only be initialized when first accessed individually.

0 commit comments

Comments
 (0)