Skip to content

Commit

Permalink
doc: update outdated history info
Browse files Browse the repository at this point in the history
PR-URL: #49530
Refs: #48842
Refs: #47999
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
  • Loading branch information
aduh95 authored and ruyadorno committed Sep 28, 2023
1 parent f214428 commit d0e0eb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ import('node:fs').then((esmFS) => {
<!-- YAML
added: v8.8.0
changes:
- version: v20.7.0
- version: v20.6.0
pr-url: https://github.com/nodejs/node/pull/48842
description: Added `initialize` hook to replace `globalPreload`.
- version:
Expand Down Expand Up @@ -380,7 +380,7 @@ asynchronous operations (like `console.log`) to complete.
#### `initialize()`
<!-- YAML
added: v20.7.0
added: v20.6.0
-->
> Stability: 1.1 - Active development
Expand Down Expand Up @@ -563,7 +563,7 @@ export async function resolve(specifier, context, nextResolve) {
<!-- YAML
changes:
- version: v20.7.0
- version: v20.6.0
pr-url: https://github.com/nodejs/node/pull/47999
description: Add support for `source` with format `commonjs`.
- version:
Expand Down

0 comments on commit d0e0eb4

Please sign in to comment.