You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to open this issue as a place to track things we could use Proxies to implement.
Currently, unsetting base to fallback to cwd requires setting base to null or undefined. With Proxies, I believe we could watch for delete file.base and unset it.
We could probably do some cool stat stuff with Proxies. Not sure what though.
I wanted to open this issue as a place to track things we could use Proxies to implement.
base
to fallback tocwd
requires setting base tonull
orundefined
. With Proxies, I believe we could watch fordelete file.base
and unset it.stat
stuff with Proxies. Not sure what though.More information about Proxies at https://github.com/mikaelbr/proxy-fun
The text was updated successfully, but these errors were encountered: