We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b68867 commit c55324dCopy full SHA for c55324d
common.gypi
@@ -36,7 +36,7 @@
36
37
# Reset this number to 0 on major V8 upgrades.
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.5',
+ 'v8_embedder_string': '-node.6',
40
41
##### V8 defaults for Node.js #####
42
deps/v8/include/v8-script.h
@@ -211,7 +211,7 @@ class V8_EXPORT Module : public Data {
211
*/
212
int GetIdentityHash() const;
213
214
- using ResolveCallback V8_DEPRECATED("Use ResolveModuleCallback") =
+ using ResolveCallback =
215
MaybeLocal<Module> (*)(Local<Context> context, Local<String> specifier,
216
Local<Module> referrer);
217
using ResolveModuleCallback = MaybeLocal<Module> (*)(
0 commit comments