You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is identical in surface syntax to Approach 1. The difference is internal: `context` and `builders` passed to the script are **transparent reactive proxies** of the live objects.
38
+
This is identical in surface syntax to Approach 1. The difference is internal: `$.context` and `$.routes` passed to the script are **transparent reactive proxies** of the live objects.
42
39
43
40
### Proxy-based change tracking
44
41
45
-
Before calling the script, Counterfact wraps each environment object in a `Proxy` that intercepts `set`, `deleteProperty`, and `Map` mutations:
42
+
Before calling the script, Counterfact wraps each environment object in a `Proxy` that intercepts `set`, `deleteProperty`, and property mutations on the `routes` plain object:
0 commit comments