Commit ff5944b
fix(topology): drop redundant union with
SonarCloud flagged typescript:S6571 — `ReturnType<typeof node> | unknown`
collapses to just `unknown`. Use `unknown` directly for the source/target
parameters of the wireEdge helper.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>unknown in test helper1 parent 3d2da75 commit ff5944b
1 file changed
Lines changed: 1 addition & 6 deletions
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 11 | + | |
17 | 12 | | |
18 | 13 | | |
19 | 14 | | |
| |||
0 commit comments