mirror of
https://github.com/safishamsi/graphify.git
synced 2026-09-20 20:46:15 +00:00
A TypeScript/JavaScript `new Foo()` emitted no edge. Fall back to the new_expression's constructor child in the generic callee branch, so it emits a calls edge to the constructed class (member, chained, and generic forms), reusing the existing built-in-global guard so new Map()/new Promise() are not fabricated. Consistent with the C# object-creation handling (#2997).