(node: hbs.AST.Node)
| 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; |
no outgoing calls
no test coverage detected