canjs / can-define

Observable properties
https://canjs.com/doc/can-define.html
MIT License
15 stars 7 forks source link

468 remove false warning if only default type #469

Closed mikemitchel closed 5 years ago

mikemitchel commented 5 years ago

This removes a 'false positive' warning for type being ignored with a zero-arg getter. It now allows the default type set by can-define/map/map to exist with a zero-arg getter, and not warn.

Closes #468