metatype
metatype copied to clipboard
feat(metagen): client_ts
trafficstars
- Implements
client_tsas described in #777 .
Migration notes
...
- [x] The change comes with new or modified tests
- [x] Hard-to-understand functions have explanatory comments
- [ ] End-user documentation is updated to reflect the change
Summary by CodeRabbit
-
Bug Fixes
- Improved error handling in
typegraphfunction to provide better error messages.
- Improved error handling in
-
Chores
- Updated Docker image references to use
docker.ioprefix for consistency. - Excluded unnecessary files from the VSCode settings.
- Enhanced configurability of Docker commands in development tasks.
- Updated Docker image references to use
-
New Features
- Introduced new module and methods for TypeScript code generation in the
metagenlibrary, including structures, rendering functions, and error handling macros. - Added
rootmethod to theTypegraphmodule for accessing the type graph's root node. - Added
test_typegraph_3function for improved testing capabilities.
- Introduced new module and methods for TypeScript code generation in the