theweipeng commented on issue #3133: URL: https://github.com/apache/fory/issues/3133#issuecomment-3827990345
> Hi [@theweipeng](https://github.com/theweipeng), [@chaokunyang](https://github.com/chaokunyang) 👋 Thanks again for the clarification and for the recent updates on [#3161](https://github.com/apache/fory/pull/3161) and [#3197](https://github.com/apache/fory/pull/3197). I’ll focus on the JavaScript implementation side as discussed. My plan is to: – Compare the current JavaScript xlang encoder/decoder with the “Data Types” section of the xlang serialization spec and the Java reference implementation. – Fix or extend the JavaScript implementation so that all base types strictly follow the spec. – Add or update JavaScript tests for these base types, without duplicating the Java-side JavaScriptXlangTest.java work. I’ll start with the base types (avoiding struct-dependent parts until TypeMeta and the struct series are stabilized), and I’ll open incremental PRs instead of waiting for everything to be complete. Please let me know if you’d like me to prioritize any spe cific type group first (e.g., numeric types, strings, collections), or if there’s any ongoing work I should be aware of before I begin. Hello, I wonder to ask that If you are working on the `List` and `Map`? Most of the testcases depend on the two types, If you not started working on them, I can start working on this. -- 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]
