Skip to main content

Module expression

Module expression 

Source
Expand description

Expression evaluator for the Action DSL

Evaluates expressions in hook contexts, supporting:

  • Variable references with path traversal
  • Template string interpolation
  • Comparison operations
  • Logical operations
  • Arithmetic operations
  • String operations
  • Ternary expressions
  • Null coalescing

Structsยง

ExpressionEvaluator
Expression evaluator with depth and node count tracking