componentize-py icon indicating copy to clipboard operation
componentize-py copied to clipboard

Add support for type aliases

Open dicej opened this issue 1 year ago • 0 comments

Currently, componentize-py generates no code for type aliases; instead, it just uses the dealiased types directly. Instead, we should generate assignment expressions for each alias and use the alias in all the same places (e.g. function parameter types, etc.) that the original WIT files used them.

dicej avatar Sep 01 '23 19:09 dicej