Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benjamn/recast
/ parser.ts
File
parser.ts
lib/parser.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
assert from
"assert"
;
2
import
* as types from
"ast-types"
;
3
const
b = types.builders;
4
const
isObject = types.builtInTypes.object;
Callers
nothing calls this directly
Calls
4
get
Method · 0.80
isPrecededOnlyByWhitespace
Method · 0.80
findTokenRange
Method · 0.80
copy
Method · 0.65
Tested by
no test coverage detected