Type Alias TwingSynchronousExecutionContext

TwingSynchronousExecutionContext: {
    aliases: TwingSynchronousTemplateAliases;
    blocks: TwingSynchronousTemplateBlockMap;
    context: Map<string, any>;
    environment: TwingSynchronousEnvironment;
    nodeExecutor: TwingSynchronousNodeExecutor;
    outputBuffer: TwingOutputBuffer;
    sandboxed: boolean;
    sourceMapRuntime?: TwingSourceMapRuntime;
    strict: boolean;
    template: TwingSynchronousTemplate;
    templateLoader: TwingSynchronousTemplateLoader;
}