Parent: #51
Depends on
Working unit
Add the Node parser/inference parity test suite after parser and resolver slices land.
Scope
- Cover import/require parsing, call-node fields, return-source inference, resolver-backed inferred types, and graceful degradation.
- Use JS and TS fixtures where both are supported.
Out of scope
- No new parser features unless required to fix a failing parity assertion.
- No library contract expansion.
Acceptance criteria
- Node parser, return sources, resolver/plumbing, and at least one Node contract slice are merged.
go test ./internal/callgraph/... passes.
Parent: #51
Depends on
Working unit
Add the Node parser/inference parity test suite after parser and resolver slices land.
Scope
Out of scope
Acceptance criteria
go test ./internal/callgraph/...passes.