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

Function print

lib/handlebars/compiler/printer.js:4–6  ·  view source on GitHub ↗
(ast)

Source from the content-addressed store, hash-verified

2import Visitor from './visitor';
3
4export function print(ast) {
5 return new PrintVisitor().accept(ast);
6}
7
8export function PrintVisitor() {
9 this.padding = 0;

Callers

nothing calls this directly

Calls 1

acceptMethod · 0.80

Tested by

no test coverage detected