I need to add a very simple, magical header to som...
# compiler
y
I need to add a very simple, magical header to some function declarations, which will then be transformed by an assignment alterer so that I'm able to inject arbitrary FIR as a header to those functions (I need some info that'll only be available then) Is it crazy to do this in
FirStatusTransformerExtension
? It seems like theoretically I could do it, but is that bad practice?