Skip to content

v0.1.1 — no-unnecessary-ref member-chain fixed-point update

Choose a tag to compare

@olli4 olli4 released this 12 Feb 14:12
· 5 commits to main since this release

This patch release fixes @jax-js/no-unnecessary-ref so static member-chain patterns (for example, fwd.x_pred.ref) are analyzed per target path and all unnecessary .ref usages are reported in one pass. It also includes a regression test covering the reported object-member-chain scenario.