Commit 51a434f 1 parent 0a1e8e0 commit 51a434f Copy full SHA for 51a434f
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -979,8 +979,8 @@ because it also made sense to interpret the value as the number of bytes
979
979
read by the engine, but is inconsistent with other streams in Node.js that
980
980
expose values under these names.
981
981
982
- <a id="DEP00XX "></a>
983
- ### DEP00XX : vm.Script cached data
982
+ <a id="DEP0110 "></a>
983
+ ### DEP0110 : vm.Script cached data
984
984
985
985
Type: Documentation-only
986
986
@@ -1031,7 +1031,7 @@ The option `produceCachedData` has been deprecated. Use
1031
1031
[`process.env`]: process.html#process_process_env
1032
1032
[`punycode`]: punycode.html
1033
1033
[`require.extensions`]: modules.html#modules_require_extensions
1034
- [`script.createCachedData()`]: vm.html#vm_script_create_cached_data
1034
+ [`script.createCachedData()`]: vm.html#vm_script_createcacheddata
1035
1035
[`setInterval()`]: timers.html#timers_setinterval_callback_delay_args
1036
1036
[`setTimeout()`]: timers.html#timers_settimeout_callback_delay_args
1037
1037
[`tls.CryptoStream`]: tls.html#tls_class_cryptostream
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ changes:
435
435
` cachedData ` property of the returned ` vm.Script ` instance.
436
436
The ` cachedDataProduced ` value will be set to either ` true ` or ` false `
437
437
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() ` .
439
439
440
440
Creating a new ` vm.Script ` object compiles ` code ` but does not run it. The
441
441
compiled ` 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