Class: Gitlab::TemplateParser::AST::Transformer

Inherits:
Parslet::Transform
  • Object
show all
Defined in:
lib/gitlab/template_parser/ast.rb

Overview

A class for transforming a raw Parslet AST into a more structured/easier to work with AST.

For more information about Parslet transformations, refer to the documentation at kschiess.github.io/parslet/transform.html.