Open
Description
Currently, attribute compilation with Invoke-PipeScript treats transpilers fairly differently than just any old command.
This should be updated, as transpilers are becoming templates (#980)
Invoke-PipeScript should simplify its inner implementation to:
- Prefer Templates over real commands
- Treat transpilers, templates, and real commands equally