Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benjamn/recast
/ printGenerically
Method
printGenerically
lib/printer.ts:60–60 ·
view source on GitHub ↗
(ast: any)
Source
from the content-addressed store, hash-verified
58
interface
PrinterType {
59
print(ast: any): PrintResultType;
60
printGenerically(ast: any): PrintResultType;
61
}
62
63
interface
PrinterConstructor {
Callers
11
prettyPrint
Function · 0.80
check
Function · 0.80
check
Function · 0.80
parens.ts
File · 0.80
check
Function · 0.80
check
Function · 0.80
check
Function · 0.80
check
Function · 0.80
check
Function · 0.80
ecmascript.ts
File · 0.80
printer.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected