]> Repositorios git - classgraph.git/commit
Show constructor names in family-view data fam-instance rows too
authorJavier Sagredo <[email protected]>
Thu, 7 May 2026 00:43:54 +0000 (02:43 +0200)
committerJavier Sagredo <[email protected]>
Thu, 7 May 2026 00:43:54 +0000 (02:43 +0200)
commitb9b981bd4f7eef441dbd1e568406f16d51987c98
tree0c9880fa5234695ddb3ca706cb357118818bae8d
parent66f159f11056fd021bf9e153385ec454003f609d
Show constructor names in family-view data fam-instance rows too

The family view (drilling into a family directly) had its own
fam-instance label code path that bypassed renderFamInstHead, so
data fam-instance rows showed only their args (no constructor
names). Mirror the renderFamInstHead behaviour: append `= ConA |
ConB` for data fam-instances. The family name itself stays implicit
(it's already at the top of the family view).

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
data/viewer.js