-
-
Notifications
You must be signed in to change notification settings - Fork 19
WeakReference in WatchingCache #28
Copy link
Copy link
Open
Labels
clojurescript supportIssues that we have to tackle in order to get ClojureScript support working.Issues that we have to tackle in order to get ClojureScript support working.
Milestone
Metadata
Metadata
Assignees
Labels
clojurescript supportIssues that we have to tackle in order to get ClojureScript support working.Issues that we have to tackle in order to get ClojureScript support working.
Is it possible remove WeakReference usage or add generic WatchingCache?
JavaScript engine does not implement WeakReference but implement WeakMap.
For clojurescript support #20