NodeJS – Proxy ‘get’ method not being accessed/reached
I’m implementing dependency injection in a TypeScript class using a custom registry and Proxy. I’m taking this approach so I can inject some fake implementations for tests and maybe some remotely enabled implementations.