canjs / can-view-scope

Scope management for view engines
https://canjs.com/doc/can-view-scope.html
MIT License
4 stars 0 forks source link

3.x: support scope.find #160

Closed phillipskevin closed 6 years ago

phillipskevin commented 6 years ago

can-stache@3.14.18 started recommending scope.find(...) for avoiding implicit scope walking in order to make the upgade from can-stache@3 to can-stache@4 easier. This is great, except that scope.find isn't implemented in can-view-scope@3 😬.

phillipskevin commented 6 years ago

closing for https://github.com/canjs/can-stache/issues/538.