File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -991,8 +991,8 @@ accepted by the legacy `url.parse()` API. The mentioned APIs now use the WHATWG
991991URL parser that requires strictly valid URLs. Passing an invalid URL is
992992deprecated and support will be removed in the future.
993993
994- <a id="DEP00XX "></a>
995- ### DEP00XX : vm.Script cached data
994+ <a id="DEP0110 "></a>
995+ ### DEP0110 : vm.Script cached data
996996
997997Type: Documentation-only
998998
@@ -1047,7 +1047,7 @@ The option `produceCachedData` has been deprecated. Use
10471047[`process.env`]: process.html#process_process_env
10481048[`punycode`]: punycode.html
10491049[`require.extensions`]: modules.html#modules_require_extensions
1050- [`script.createCachedData()`]: vm.html#vm_script_create_cached_data
1050+ [`script.createCachedData()`]: vm.html#vm_script_createcacheddata
10511051[`setInterval()`]: timers.html#timers_setinterval_callback_delay_args
10521052[`setTimeout()`]: timers.html#timers_settimeout_callback_delay_args
10531053[`tls.CryptoStream`]: tls.html#tls_class_cryptostream
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ changes:
435435 ` cachedData ` property of the returned ` vm.Script ` instance.
436436 The ` cachedDataProduced ` value will be set to either ` true ` or ` false `
437437 depending on whether code cache data is produced successfully.
438- This option is deprecated in favor of ` script.createCachedData ` .
438+ This option is deprecated in favor of ` script.createCachedData() ` .
439439
440440Creating a new ` vm.Script ` object compiles ` code ` but does not run it. The
441441compiled ` vm.Script ` can be run later multiple times. The ` code ` is not bound to
You can’t perform that action at this time.
0 commit comments