canjs / can-observe

Observable objects
https://canjs.com/doc/can-observe.html
MIT License
20 stars 2 forks source link

Ensure that all symbols have a corresponding descriptor #56

Closed matthewp closed 6 years ago

matthewp commented 6 years ago

Code might expect that the results of Object.getOwnPropertySymbols() will all have a descriptor, as is the case in normal objects.

This fixes #54