Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Context<T>

Context compilation takes place in.

It specifies the options and functions etc. used to transform the parsed code into a result.

Type parameters

  • T

Hierarchy

  • Context

Index

Properties

Properties

options

options: Options

options used during compilation.

policies

policies: AvailablePolicies<T>

policies that can be substituted during compilation.

Any policy value in the EnabledPolicies object that is a string will be looked up here.

terms

terms: TermFactory<T>

terms provides the common required terms.

Generated using TypeDoc