Creating a Transformation for Reading Annotations in TypeScript
How would I go about creating a transformation that reads annotations to determine its behavior? For example if I create an
I'd like to create a transform that collects all members of the struct having my annotation.
observable annotation I want to transform a struct using members that have that annotation.I'd like to create a transform that collects all members of the struct having my annotation.
