theweipeng commented on code in PR #1337:
URL: https://github.com/apache/incubator-fury/pull/1337#discussion_r1451383062


##########
javascript/test/__snapshots__/codeGen.test.ts.snap:
##########
@@ -8,13 +8,13 @@ return function(fury, external) {
   const bw = fury.binaryWriter;
   const cr = fury.classResolver;
   const rr = fury.referenceResolver;
-  const tag_ser_3 = fury.classResolver.getSerializerByTag("example.foo.1");
-  const tag_ser_4 = fury.classResolver.getSerializerByTag("example.foo.2");
-  const tag_ser_12 = fury.classResolver.getSerializerByTag("example.bar.1");
-  const tag_ser_13 = fury.classResolver.getSerializerByTag("example.bar.2");
-  const tagWriter_19 = cr.createTagWriter("tuple-object-wrapper");
+  const tag_ser_4 = fury.classResolver.getSerializerByTag("example.foo.1");

Review Comment:
   Also used for reviewing the generated code on GitHub and tracing the code 
changes with Git.



##########
javascript/test/__snapshots__/codeGen.test.ts.snap:
##########
@@ -8,13 +8,13 @@ return function(fury, external) {
   const bw = fury.binaryWriter;
   const cr = fury.classResolver;
   const rr = fury.referenceResolver;
-  const tag_ser_3 = fury.classResolver.getSerializerByTag("example.foo.1");
-  const tag_ser_4 = fury.classResolver.getSerializerByTag("example.foo.2");
-  const tag_ser_12 = fury.classResolver.getSerializerByTag("example.bar.1");
-  const tag_ser_13 = fury.classResolver.getSerializerByTag("example.bar.2");
-  const tagWriter_19 = cr.createTagWriter("tuple-object-wrapper");
+  const tag_ser_4 = fury.classResolver.getSerializerByTag("example.foo.1");

Review Comment:
   Also used for reviewing the generated code on GitHub and tracing the code 
changes with Git.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to