Skip to content

Conversation

@dheeraj12347
Copy link

This PR addresses several core issues in the JavaScript implementation of the Fory protocol:

Core API Fixes: Implemented missing getters (getTypeName, getNs, getTypeId, getFieldInfo) in TypeMeta and FieldInfo to resolve compilation errors.

Protocol Logic: Fixed a runtime crash in MapAnySerializer by ensuring tests utilize native ES6 Map objects as required by the implementation.

Environment Stability: Updated tsconfig.json to properly resolve monorepo paths and ensured io.test.ts passes under strict mode using proper type assertions.

Testing: Verified all 27 unit tests pass with strict: true enabled.

@dheeraj12347 dheeraj12347 changed the title [JavaScript] Implement TypeMeta resolution and stabilize test environment fix(javascript): implement TypeMeta resolution and stabilize test environment Feb 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant