Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2
import
Visitor from
'./visitor'
;
3
4
export
function
print(ast) {
5
return
new
PrintVisitor().accept(ast);
6
}
7
8
export
function
PrintVisitor() {
9
this.padding = 0;
Callers
nothing calls this directly
Calls
1
accept
Method · 0.80
Tested by
no test coverage detected