Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benjamn/recast
/ parens.ts
File
parens.ts
test/parens.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
assert from
"assert"
;
2
import
* as esprima from
"esprima"
;
3
import
{ parse } from
"../lib/parser"
;
4
import
{ Printer } from
"../lib/printer"
;
Callers
nothing calls this directly
Calls
7
parse
Function · 0.90
printGenerically
Method · 0.80
print
Method · 0.80
join
Method · 0.80
get
Method · 0.80
needsParens
Method · 0.80
check
Function · 0.70
Tested by
no test coverage detected