Christopher Yeager

Results 6 comments of Christopher Yeager

@splitinfinities I don't have any tips and tricks unfortunately, but just wanted to highlight that this is an issue for us, in exactly the way described. Our more complex components...

I think this may be more a limitation of TypeScript than anything else, but I agree it'd be pretty slick if TS became smart enough to infer a more specific...

> However my main issue is that the generated components.d.ts doesn’t add the generic annotation to the interface Oh, my bad -- I didn't notice that part of the problem....

Sorry this is somewhat unrelated, but I ended up back here while researching a separate issue that overlaps a bit with the initial example: ```ts myTable.addEventListener('update', (event) => { //...

I'd love to see this feature. In my case, I'm using `api-extractor` to shape the public APIs exposed by packages only meant for internal consumption -- so it would make...

I've been puzzling over this for a few days. Should we expect to be able to auto-import from referenced projects? I'm not able to get this to work in VS...