shiavm006 commented on code in PR #3426:
URL: https://github.com/apache/fory/pull/3426#discussion_r2895436174


##########
javascript/packages/fory/lib/gen/collection.ts:
##########
@@ -295,8 +299,17 @@ export abstract class CollectionSerializerGenerator 
extends BaseSerializerGenera
     const flags = this.scope.uniqueName("flags");
     const idx = this.scope.uniqueName("idx");
     const refFlag = this.scope.uniqueName("refFlag");
+    const maxLenConfig = this.builder.fory.config.maxCollectionLength;

Review Comment:
   renamed it now ig its good-to merge 



-- 
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