canjs / can-connect

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
https://canjs.com/doc/can-connect.html
MIT License
29 stars 16 forks source link

include the "can/map" behavior as part of the module export #471

Closed nlundquist closed 5 years ago

nlundquist commented 5 years ago

Include these behaviors so they can be conveniently used for codepen demos of can-connect. Eventually all behaviors will be broken out into their own packages.

nlundquist commented 5 years ago

I've confirmed that exporting the can/map behavior only increases the size of the core.min.mjs module by 40 bytes. It's this little since core.min.mjs already includes can-realtime-rest-model which includes can/map.

nlundquist commented 5 years ago

should we consider removing dataLocalStorageCache and dataMemoryCache from the export since they're now deprecated?