Overrides Node::compile
public function compile(Compiler $compiler) : void { $compiler->addDebugInfo($this); if ($compiler->getEnvironment() ->useYield()) { $compiler->write("yield '';\n"); } $compiler->write("flush();\n"); }