Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TargetBase

This is an internal class for creating a new target. You can extend it to create a new target. Expected to implement ExprVisitor and StmtVisitor. See Web

Hierarchy

  • TargetBase

Index

Constructors

constructor

Properties

environment

environment: Environment = ...

exports

exports: Map<string, EnvStore> = ...

path

path: string

Methods

evaluate

Protected evaluateBinaryExpr

  • evaluateBinaryExpr(expr: BinaryExpr): Promise<string | number | boolean>

Protected isEqual

Protected isTruthy

Generated using TypeDoc