Class TransformHasBlockSyntax private
Module:
ember
A Glimmer2 AST transformation that replaces all instances of
{{mount "engine" model=this.model}}
with
{{component (-mount "engine" model=this.model)}}
and
{{outlet}}
with
{{component (-outlet)}}