gulpjs / vinyl

Virtual file format.
MIT License
1.28k stars 107 forks source link

Use ES2015 Proxies #113

Open phated opened 8 years ago

phated commented 8 years ago

I wanted to open this issue as a place to track things we could use Proxies to implement.

More information about Proxies at https://github.com/mikaelbr/proxy-fun

phated commented 8 years ago

In the docs, we currently tell people to treat history and it's properties as read-only. I think we could enforce this with proxies.

darsain commented 8 years ago

Yeah, that would be a great use for a proxy here.