MCPcopy
hub / github.com/handlebars-lang/handlebars.js / accept

Method accept

types/index.d.ts:131–131  ·  view source on GitHub ↗
(node: hbs.AST.Node)

Source from the content-addressed store, hash-verified

129
130 interface ICompiler {
131 accept(node: hbs.AST.Node): void;
132 Program(program: hbs.AST.Program): void;
133 BlockStatement(block: hbs.AST.BlockStatement): void;
134 PartialStatement(partial: hbs.AST.PartialStatement): void;

Callers 7

compiler.jsFile · 0.80
visitor.jsFile · 0.80
printFunction · 0.80
printer.jsFile · 0.80
parseFunction · 0.80
visitor.jsFile · 0.80

Implementers 1

Visitortypes/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected