notaphplover
notaphplover
> Since library definitions that get out of sync can be very painful I think we should consider publishing it on DefinitelyTyped instead of maintaining it on here. > We...
> any news on this PR or @types library ? Sry guys, I've been so busy :(, I'll do it this weekend
@jogelin Thank you for the reminder, I really forgot this PR
@stipsan I just saw your [comment](https://github.com/stipsan/ioredis-mock/issues/661#issuecomment-454332697), I'm working on a PR with definitions but I'd like to ensure some assumptions I've made: 1. ioredis-mock have the commands listed [here](https://github.com/stipsan/ioredis-mock/blob/master/compat.md) and...
@stipsan I submitted the PR #849 in order to show you the type definitions. If everything is OK we can merge the definitions or submit a PR to the [DefinitelyTyped...
@CarsonMcKinstry wow I really forgot that, sorry. I've been a bit busy but I think I'll have enough time this weekend.
@Theo-Evrard I'm so sorry, the definition file is in this [PR](https://github.com/stipsan/ioredis-mock/pull/849), feel free to do the PR to DefinitelyTyped. It's been a while and some definitions probably needs an update,...
Hi @BANOnotIT, I'll take a look as soon as I can
It is kind of tricky, I let you my conclussions: ### How does the compiled code looks like: ```js var _initializerDefineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/initializerDefineProperty")); ... var Book = (_dec2 = lazyInject("PrintService"),...
@BANOnotIT I also think it would be a good idea to warn people in order to not use `@lazyInject` on these cases. I'll try to submit a PR updating docs...