adobe / twist

State-management library with data binding and observables
Apache License 2.0
23 stars 10 forks source link

Feature/private symbols #9

Closed lanther closed 6 years ago

lanther commented 6 years ago

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