This is an automated email from the ASF dual-hosted git repository.

wangweipeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory.git


The following commit(s) were added to refs/heads/main by this push:
     new e8abe1ecf feat(JavaScript): fix test_polymorphic_map (#3327)
e8abe1ecf is described below

commit e8abe1ecfabf13936d5b20b26cbfd9b603559d66
Author: weipeng <[email protected]>
AuthorDate: Wed Feb 11 23:25:11 2026 +0800

    feat(JavaScript): fix test_polymorphic_map (#3327)
---
 javascript/packages/fory/lib/fory.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/javascript/packages/fory/lib/fory.ts 
b/javascript/packages/fory/lib/fory.ts
index 141749525..526a576f9 100644
--- a/javascript/packages/fory/lib/fory.ts
+++ b/javascript/packages/fory/lib/fory.ts
@@ -169,6 +169,7 @@ export default class {
     }
     this.referenceResolver.reset();
     this.metaStringResolver.reset();
+    this.typeMetaResolver.reset();
     let bitmap = 0;
     if (data === null) {
       bitmap |= ConfigFlags.isNullFlag;


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

Reply via email to