[js] Add serialization and domain layer - #17927
Conversation
PR Summary by QodoAdd JavaScript BiDi domain and serialization foundation
AI Description
Diagram
High-Level Assessment
Files changed (14)
|
Code Review by Qodo
1.
|
|
just review if we need the jsdoc for this. if you don't think it's needed it's good to merge |
|
Code review by qodo was updated up to the latest commit e8868ce |
|
Code review by qodo was updated up to the latest commit 9b8fb89 |
|
Code review by qodo was updated up to the latest commit 8bec29d |
|
Code review by qodo was updated up to the latest commit 4670a18 |
🔗 Related Issues
Add Domain and Serialization class, foundation for CDDL generation.
💥 What does this PR do?
Introduces Domain base class (modules will be built on top of this for generator) and bunch of serialization base classes (
defineRecord/defineEnum/defineUnion etc) in alignment with low-level behavioral ADR.
🔧 Implementation Notes
🤖 AI assistance
💡 Additional Considerations
🔄 Types of changes