File tree 1 file changed +3
-2
lines changed
pages/en/blog/announcements
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.
25
25
26
26
#### glob and globSync
27
27
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.
29
29
Developers can now utilize these functions for matching file paths based on specified patterns.
30
30
31
31
Contributed by Moshe Atlow [ #51912 ] ( https://github.com/nodejs/node/pull/51912 )
32
32
33
33
#### Maglev
34
34
35
35
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.
37
37
Contributed by Keyhan Vakil in [ #51360 ] ( https://github.com/nodejs/node/pull/51360 )
38
38
39
39
#### Support require()ing synchronous ESM graphs
@@ -53,6 +53,7 @@ the module name space object. In this case it is similar to dynamic
53
53
directly.
54
54
We intend to eventually enable ` require(esm) ` by default in the future, without
55
55
the flag.
56
+
56
57
Contributed by Joyee Cheung in [ #51977 ] ( https://github.com/nodejs/node/pull/51977 )
57
58
58
59
#### Running package.json scripts
You can’t perform that action at this time.
0 commit comments