File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
pages/en/blog/announcements Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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.
2929Developers can now utilize these functions for matching file paths based on specified patterns.
3030
3131Contributed by Moshe Atlow [ #51912 ] ( https://github.com/nodejs/node/pull/51912 )
3232
3333#### Maglev
3434
3535V8'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.
3737Contributed 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
5353directly.
5454We intend to eventually enable ` require(esm) ` by default in the future, without
5555the flag.
56+
5657Contributed by Joyee Cheung in [ #51977 ] ( https://github.com/nodejs/node/pull/51977 )
5758
5859#### Running package.json scripts
You can’t perform that action at this time.
0 commit comments