redacted icon indicating copy to clipboard operation
redacted copied to clipboard

Move logic from transformTypeDef to transformTemplate

Open polentino opened this issue 11 months ago • 0 comments

Currently, the plugin logic is implemented by overriding transformTypeDef.

However, internally we do perform a check if the tpd.Tree being inspected is of type tpd.Template (*), therefore it would be more logical to move the whole logic within transformTemplate

(*) see here

polentino avatar Mar 26 '24 19:03 polentino