Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/node_modules/handlebars/types/index.d.ts>Handlebars.Visitor

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
class Handlebars.Visitor
implements ICompiler
import { Handlebars } from "https://deno.land/x/windmill@v1.80.0/node_modules/handlebars/types/index.d.ts";
const { Visitor } = Handlebars;

Methods

accept(node: hbs.AST.Node): void
acceptArray(arr: hbs.AST.Expression[]): void
acceptKey(node: hbs.AST.Node, name: string): void
BlockStatement(block: hbs.AST.BlockStatement): void
BooleanLiteral(bool: hbs.AST.BooleanLiteral): void
CommentStatement(comment?: hbs.AST.CommentStatement): void
ContentStatement(content: hbs.AST.ContentStatement): void
Decorator(decorator: hbs.AST.Decorator): void
DecoratorBlock(decorator: hbs.AST.DecoratorBlock): void
Hash(hash: hbs.AST.Hash): void
MustacheStatement(mustache: hbs.AST.MustacheStatement): void
NullLiteral(): void
NumberLiteral(num: hbs.AST.NumberLiteral): void
PartialBlockStatement(partial: hbs.AST.PartialBlockStatement): void
PartialStatement(partial: hbs.AST.PartialStatement): void
PathExpression(path: hbs.AST.PathExpression): void
Program(program: hbs.AST.Program): void
StringLiteral(str: hbs.AST.StringLiteral): void
SubExpression(sexpr: hbs.AST.SubExpression): void