Leandro Glossman

Results 4 comments of Leandro Glossman

Probably related to https://github.com/nicolasazrak/caddy-cache/issues/49

Adding the following to my tsconfig.json fixed the issue ``` "compilerOptions": { "esModuleInterop": true } ```

I also experienced this regression with the latest retrolambda version. In my case this was caused when trying to access a protected field/method of the super class. Seems retrolambda is...