Overrides Node::compile
public function compile(Compiler $compiler) : void { $compiler->addDebugInfo($this); $compiler->write('yield ') ->string($this->getAttribute('data')) ->raw(";\n"); }