Skip to content

Commit 6302191

Browse files
fix: remove CPU perf
1 parent fa4b396 commit 6302191

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pages/en/blog/announcements/v22-release-announce.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ which contains the full list of commits included in this release.
2525

2626
#### glob and globSync
2727

28-
This release introduces `glob` and `globSync` functions for pattern matching.
28+
This release adds to the `node:fs`module the functions `glob` and `globSync` for pattern matching.
2929
Developers can now utilize these functions for matching file paths based on specified patterns.
3030

3131
Contributed by Moshe Atlow [#51912](https://github.com/nodejs/node/pull/51912)
3232

3333
#### Maglev
3434

3535
V8's Maglev Compiler is now enabled by default on supported architectures (<https://v8.dev/blog/maglev>).
36-
Maglev improves CPU performance for short-lived CLI programs.
36+
Maglev improves performance for short-lived CLI programs.
3737
Contributed by Keyhan Vakil in [#51360](https://github.com/nodejs/node/pull/51360)
3838

3939
#### Support require()ing synchronous ESM graphs
@@ -53,6 +53,7 @@ the module name space object. In this case it is similar to dynamic
5353
directly.
5454
We intend to eventually enable `require(esm)` by default in the future, without
5555
the flag.
56+
5657
Contributed by Joyee Cheung in [#51977](https://github.com/nodejs/node/pull/51977)
5758

5859
#### Running package.json scripts

0 commit comments

Comments
 (0)