PatrickJS / angular-hmr

:fire: Angular Hot Module Replacement for Hot Module Reloading
https://patrickjs.com
Apache License 2.0
506 stars 45 forks source link

Compilation errors with "noImplicitAny": true in tsconfig.json #48

Open ghost opened 7 years ago

ghost commented 7 years ago

I'm having compilation errors with "noImplicitAny": true option, could you please specify these typings in helpers.ts?

(58,538): error TS7006: Parameter 'err' implicitly has an 'any' type. (58,543): error TS7006: Parameter 'outdatedModules' implicitly has an 'any' type. (58,730): error TS7006: Parameter 'dependencies' implicitly has an 'any' type. (58,859): error TS7006: Parameter 'store' implicitly has an 'any' type.

ghost commented 7 years ago

https://github.com/AngularClass/angular2-hmr-loader/issues/6 probably this is the same issue and should be closed, sorry.