Przeglądaj źródła

test: cover audited calls and selector guards

Colby Mchenry 1 tydzień temu
rodzic
commit
5f9dcfdebe
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      __tests__/ts-chained-receiver.test.ts

+ 2 - 1
__tests__/ts-chained-receiver.test.ts

@@ -3,7 +3,8 @@
  * .get(k)`, `document.body.querySelector(s)` — ends in a platform API. Emitting
  * the bare method name for it let every such call exact-match whatever project
  * symbol shared the name, so a storage wrapper's `get` called itself (#1707).
- * Those are dropped, as are untyped identifier chains (#1566). The existing
+ * Those calls stay unresolved, as do untyped identifier chains (#1566);
+ * their qualified source references remain available for effect reporting. The existing
  * `window.MyNs.run()` and `this.<field>.m()` paths remain outside that guard.
  */