metatype icon indicating copy to clipboard operation
metatype copied to clipboard

feat(metagen): client_ts

Open Yohe-Am opened this issue 1 year ago • 5 comments
trafficstars

  • Implements client_ts as 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 typegraph function to provide better error messages.
  • Chores

    • Updated Docker image references to use docker.io prefix for consistency.
    • Excluded unnecessary files from the VSCode settings.
    • Enhanced configurability of Docker commands in development tasks.
  • New Features

    • Introduced new module and methods for TypeScript code generation in the metagen library, including structures, rendering functions, and error handling macros.
    • Added root method to the Typegraph module for accessing the type graph's root node.
    • Added test_typegraph_3 function for improved testing capabilities.

Yohe-Am avatar Jul 11 '24 13:07 Yohe-Am