Closed lanther closed 6 years ago
Updating Disposable/Signal/SignalDispatcher/Observable so they use symbols for their private state - since these all add to classes that users create, the more we can avoid conflicting with existing properties the better.
Fix:
Update:
Breaking:
New:
(fixes #issue)
(refs #issue)
npm test
What does this PR do?
Updating Disposable/Signal/SignalDispatcher/Observable so they use symbols for their private state - since these all add to classes that users create, the more we can avoid conflicting with existing properties the better.
Checklist
Fix:
,Update:
,Breaking:
, orNew:
(fixes #issue)
or(refs #issue)
npm test
)