Robert Biggs
Robert Biggs
I'm having the same issue with my NPM modules that uses this. Everyone getting warnings same as above. Any way to update it to use "babel-preset-env" internally?
@nemoDreamer, I believe that with type intersections where one object has a required type that another has it optional, the former wins out. The only way around this would be...
@GioLogist, that looks right to me. I would expect it to show anything other that what the type is for that parameter, in this case, `SearchOptions`. Are you in VSCode...
I doubt it. You see, Intellisense is trying to show a call signature for the function. It's a common thing for intellisense to do. It just shows the types for...
Yup, but `peek definition` will show you a popup of any function/object that was imported from a module, and `go to definition` will take you directly to the definition in...
By the way, these same issues with types in Intellisense with JSDoc comments also apply to TypeScript types and Intellisense. It's the way Intellisense works. Now a way to get...
Woohoo! Join us at BeerJS in Reno: https://github.com/beerjs/reno. This December is quick talks. I'll be doing a whirlwind intro to the Elm Architecture for React. You might already know Jordan...
Not sure what you'e referring to as a problem. Can you provide some code?
Sorry for the long delay in responding. I've been lying low because of the pandemic. If I understand you correctly, you want to be able to configure different lengths for...
Cool. I was thinking of using this with some virtual DOM implementation, but I'm not sure with the object it returns what it's purpose is. Possible match could be: virtual-dom,...