Procházet zdrojové kódy

test: cover audited calls and selector guards

Colby Mchenry před 1 týdnem
rodič
revize
5f9dcfdebe
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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.
  */