ericelliott / object-list

Treat arrays of objects like a db you can query.
MIT License
43 stars 2 forks source link

Implement ES6 [].prototype functions (inherit what we can, override the others). #2

Open ericelliott opened 9 years ago

ericelliott commented 9 years ago

Inherit the list prototype, but blacklist any known mutating methods from Array.prototype so those methods are not inherited and allowed to mutate the original list.

See https://github.com/ericelliott/object-list/issues/1.

ericelliott commented 9 years ago

See future meta issue