canjs / can-reflect

Operate on unknown data types
https://canjs.com/doc/can-reflect.html
MIT License
4 stars 4 forks source link

isListLike(string) returns true #136

Closed matthewp closed 6 years ago

matthewp commented 6 years ago

Currently

canReflect.isListLike("hello"); // true

Is this what people really want?

matthewp commented 6 years ago

This will be a breaking change so we probably shouldn't do it.

matthewp commented 6 years ago

I'm going to close, we shouldn't do any breaking changes to can-reflect.