Alex
Alex
Well, should be some stuff related to picture generation? Maybe `svg2png`? Need to see what changed between favicons 5.1.1 and 5.2.0.
@niruix thanks for pointing to `svg` solution.
> but in theory it could let people build their own version with only the drivers they want. One just should explicitly import the driver he needs. This is actually...
Actually I just noticed that interfaces are available without the need to explicitly import. Which is not nice, but at least it works.
@thgreasi though there is an issue with this
Closed by mistake. There is a real issue with current configuration. Because it allows to use modules even if not installed in (available for) particular package for example in the...
> Do you mean that in a project that you have LocalForage installed, you can use the interfaces even w/o importing or /// reference-ing them? I think everything is ok....
> Let me know if you would prefer me or someone else to pick this up. Yes, I don't know to fix the tests. As I said actually I'm ok...
will it be considered?
```ts import * as fs from 'fs' fs./*cursor here*/ ``` When the cursor is near `fs.` I press `` , in the status line I get "Pattern not found" message.