We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6782a commit 749f1acCopy full SHA for 749f1ac
tools/conversion.js
@@ -189,7 +189,7 @@ var SourceFileOperations = [
189
[ /constructor_template/g, 'constructor' ],
190
191
[ /Nan::FunctionCallbackInfo<(v8::)*Value>\s*&\s*info\)\s*{/g, 'Napi::CallbackInfo& info) {\n Napi::Env env = info.Env();' ],
192
-
+ [ /Nan::FunctionCallbackInfo<(v8::)*Value>\s*&\s*info\);/g, 'Napi::CallbackInfo& info);' ],
193
194
[ /info\[(\d+)\]->/g, 'info[$1].' ],
195
[ /info\[([\w\d]+)\]->/g, 'info[$1].' ],
0 commit comments