File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 36
36
37
37
# Reset this number to 0 on major V8 upgrades.
38
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string' : '-node.5 ' ,
39
+ 'v8_embedder_string' : '-node.6 ' ,
40
40
41
41
##### V8 defaults for Node.js #####
42
42
Original file line number Diff line number Diff line change @@ -1653,7 +1653,7 @@ class V8_EXPORT Module : public Data {
1653
1653
*/
1654
1654
int GetIdentityHash () const ;
1655
1655
1656
- using ResolveCallback V8_DEPRECATE_SOON ( " Use ResolveModuleCallback " ) =
1656
+ using ResolveCallback =
1657
1657
MaybeLocal<Module> (*)(Local<Context> context, Local<String> specifier,
1658
1658
Local<Module> referrer);
1659
1659
using ResolveModuleCallback = MaybeLocal<Module> (*)(
@@ -7508,8 +7508,7 @@ using CallCompletedCallback = void (*)(Isolate*);
7508
7508
* fails (e.g. due to stack overflow), the embedder must propagate
7509
7509
* that exception by returning an empty MaybeLocal.
7510
7510
*/
7511
- using HostImportModuleDynamicallyCallback V8_DEPRECATE_SOON (
7512
- " Use HostImportModuleDynamicallyWithImportAssertionsCallback instead" ) =
7511
+ using HostImportModuleDynamicallyCallback =
7513
7512
MaybeLocal<Promise> (*)(Local<Context> context,
7514
7513
Local<ScriptOrModule> referrer,
7515
7514
Local<String> specifier);
You can’t perform that action at this time.
0 commit comments