Skip to content

Commit ed6782a

Browse files
Anisha Rohramhdawson
authored andcommitted
object dereference for Set conversion from '->' to '.'
PR-URL: #134 Reviewed-By: Michael Dawson <[email protected]>
1 parent c98fe89 commit ed6782a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/conversion.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ var SourceFileOperations = [
163163
[ /Nan::Equals\(([^,]+),/g, '$1.StrictEquals(' ],
164164

165165

166+
[ /(.+)->Set\(/g, '$1.Set\(' ],
167+
166168

167169
[ /Nan::Callback/g, 'Napi::FunctionReference' ],
168170

0 commit comments

Comments
 (0)