File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ added: v10.6.0
106
106
107
107
* Returns: {Buffer}
108
108
109
- Creates a code cache that can be used with the Script constructor's
110
- ` cachedData ` option. Returns a Buffer. This method may be called at any
109
+ Creates a code cache that can be used with the ` Script ` constructor's
110
+ ` cachedData ` option. Returns a ` Buffer ` . This method may be called at any
111
111
time and any number of times.
112
112
113
113
``` js
@@ -632,8 +632,8 @@ added: REPLACEME
632
632
633
633
* Returns: {Buffer}
634
634
635
- Creates a code cache that can be used with the SourceTextModule constructor' s
636
- ` cachedData` option . Returns a Buffer . This method may be called any number
635
+ Creates a code cache that can be used with the ` SourceTextModule` constructor' s
636
+ ` cachedData` option . Returns a ` Buffer` . This method may be called any number
637
637
of times before the module has been evaluated.
638
638
639
639
` ` ` js
You can’t perform that action at this time.
0 commit comments