Bill Hayden
Bill Hayden
I've read all Andrew Branch's defenses of this change, but I still think the behavior that led to this was user-hostile given that there is no reasonable in-product workaround that...
> What I _don’t_ think is on the table is using type-only imports and expecting that file to have global script scope. What’s your use case, @haydentech? Using type-only imports...
I solved this by adding the events module to my package.json: `npm i events` I assume yt-player doesn't pull this in automatically because it may or may not be needed...
This just bit me as well. Any hope for a fix at this point? I tried putting a regular img with display:none, in addition to the video with poster img,...
Adding the specified line to index.d.ts seems to fix all the issues: declare global { interface JQuery { masonry(options?: Masonry.Options): JQuery; masonry(selector: string | Element, options?: Masonry.Options | JQuery): JQuery;...
I've needed this functionality multiple times this year. It's crazy that no bundling tool seems to support this currently. I hope rollup will pick this up.