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

fixing getPathsForKey to work with functions and making read return parentHasKey data #169

Closed phillipskevin closed 6 years ago

phillipskevin commented 6 years ago

Also re-ordering paths by "specificity" (so scope.vm.prop is suggested before ../../prop).

Part of https://github.com/canjs/can-stache/issues/529 and https://github.com/canjs/can-stache/issues/519.