Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 98d59aa

Browse filesBrowse files
ovflowdmarco-ippolito
authored andcommitted
doc: remove the last <pre> tag
PR-URL: #53741 Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent d6d0427 commit 98d59aa
Copy full SHA for 98d59aa

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/api/modules.md‎

Copy file name to clipboardExpand all lines: doc/api/modules.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ the `require.resolve()` function.
232232
Putting together all of the above, here is the high-level algorithm
233233
in pseudocode of what `require()` does:
234234

235-
<pre>
235+
```text
236236
require(X) from module at path Y
237237
1. If X is a core module,
238238
a. return the core module
@@ -335,7 +335,7 @@ RESOLVE_ESM_MATCH(MATCH)
335335
2. If the file at RESOLVED_PATH exists, load RESOLVED_PATH as its extension
336336
format. STOP
337337
3. THROW "not found"
338-
</pre>
338+
```
339339

340340
## Caching
341341

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.