Juho Vepsäläinen

Results 352 comments of Juho Vepsäläinen

@harrysolovay Do you have `esnext` at `compilerOptions.lib`? Reference: https://stackoverflow.com/a/66256279/228885 . I think that should help with `WeakRef` at least and maybe with the others too.

FWIW, I think [tsdx](https://github.com/jaredpalmer/tsdx) is managing this case through rollup as it's bundling the built version into a single file. My understanding is that it's not possible to achieve that...

Sure. Or extract JSON from README. Easy too.

@robinpokorny Site (could be in this repo even). Also handy for conf organizers but of course you still have to transform the data to fit your system.

Is there a case where that's a good practice? Can you give a concrete example?

Yeah, great point. What if you could mark actions as strict somehow? Maybe there's a neat way to solve it on definition level. This will make it more verbose, but...

> I'm cool with that :) .isRequired lol Yeah. I would be happy with a little schema definition. Safer to use, harder to break.

Can you provide a simple reproduction (i.e. with Node version etc.)? I think the problem is that the library was written before ES2018 existed and it has been packaged within...