ElixirScript.Translator.Group

Holds statements that are meant to be added into the tree. When a Group is encountered, the contents of the body are injected into the group’s container.

Source

Types

t :: %ElixirScript.Translator.Group{type: binary, body: [ESTree.Statement.t]}