ajvincent / cross-stitch

Aspect weaving unit-testable components, both dynamically and with static code rewriting.
Mozilla Public License 2.0
0 stars 0 forks source link

Compare and contrast to ts-mixer #21

Open ajvincent opened 1 year ago

ajvincent commented 1 year ago

https://github.com/tannerntannern/ts-mixer

This project (cross-stitch) isn't supposed to be a general-purpose mixin generator, which typically just attaches individual fields to an object. Instead, we should generate members which invoke the same members in component classes - sequentially at first, and maybe more complicated routing later.