Hacker News new | ask | show | jobs
by aikah 4035 days ago
you dont need proxies, here is how decorators work and how you can implement them yourself, without the syntactic sugar obviously

https://github.com/wycats/javascript-decorators

Proxies are an entire different thing.