Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update doc/api/modules.md
Co-authored-by: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com>
  • Loading branch information
ovflowd and avivkeller authored Jul 6, 2024
commit 5fd852947e9261d977ad960cf2b585f0b2742f07
2 changes: 1 addition & 1 deletion doc/api/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ the `require.resolve()` function.
Putting together all of the above, here is the high-level algorithm
in pseudocode of what `require()` does:

```
```text
require(X) from module at path Y
1. If X is a core module,
a. return the core module
Expand Down