瀏覽代碼

test: cover audited calls and selector guards

Colby Mchenry 1 周之前
父節點
當前提交
5f9dcfdebe
共有 1 個文件被更改,包括 2 次插入 和 1 次删除
  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.
  */