Use ES2015 Proxies
Open
- Dominant language
- JavaScript
- Stars
- 1.3k
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
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.
More information about Proxies at https://github.com/mikaelbr/proxy-fun
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.