Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Until #2724 is implemented, we cannot safely allow Presences to be collected, because we have WeakMaps that think they'll stick around. Disable collection by putting all imports into the (strong) `exported` Set. We'll remove this when WeakMap/WeakSet is updated to know the difference between non-REACHABLE and non-RECOGNIZABLE.
- Loading branch information