File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3636
3737 # Reset this number to 0 on major V8 upgrades.
3838 # Increment by one for each non-official patch applied to deps/v8.
39- 'v8_embedder_string' : '-node.5 ' ,
39+ 'v8_embedder_string' : '-node.6 ' ,
4040
4141 ##### V8 defaults for Node.js #####
4242
Original file line number Diff line number Diff line change @@ -1653,7 +1653,7 @@ class V8_EXPORT Module : public Data {
16531653 */
16541654 int GetIdentityHash () const ;
16551655
1656- using ResolveCallback V8_DEPRECATE_SOON ( " Use ResolveModuleCallback " ) =
1656+ using ResolveCallback =
16571657 MaybeLocal<Module> (*)(Local<Context> context, Local<String> specifier,
16581658 Local<Module> referrer);
16591659 using ResolveModuleCallback = MaybeLocal<Module> (*)(
@@ -7278,8 +7278,7 @@ using CallCompletedCallback = void (*)(Isolate*);
72787278 * fails (e.g. due to stack overflow), the embedder must propagate
72797279 * that exception by returning an empty MaybeLocal.
72807280 */
7281- using HostImportModuleDynamicallyCallback V8_DEPRECATE_SOON (
7282- " Use HostImportModuleDynamicallyWithImportAssertionsCallback instead" ) =
7281+ using HostImportModuleDynamicallyCallback =
72837282 MaybeLocal<Promise> (*)(Local<Context> context,
72847283 Local<ScriptOrModule> referrer,
72857284 Local<String> specifier);
You can’t perform that action at this time.
0 commit comments