Commit d2b55b6
committed
fix(resolver): add empty-string guard to Rust caller_name check for accessor this-dispatch (#1351)
Parity with the TypeScript guard: `callerName && !callerName.includes('.')`.
When caller_name is empty the key would be ':this' which is never seeded,
so no incorrect edge is produced today — but adding the guard removes the
latent risk and makes the two engines explicitly equivalent.1 parent f5c6279 commit d2b55b6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
442 | | - | |
| 442 | + | |
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
| |||
0 commit comments