Justin Fagnani

Results 342 comments of Justin Fagnani

I so... I've been experimenting with this transform with web components, and this kind of optimization would be very useful where shadow roots often have large `` tags amongst other...

ok, thanks for the update!

Can't my fork be used for that?

My fork's more likely to stick around than a branch. I'm not sure if @notwaldorf is interested in merging this or not so that it can serve as the reference...

Well, I wasn't sure it was ready before, but I'm pretty sure it is now. I'm still playing with some things though, so there's no rush.

> I'm sorry that you feel this is hearsay. Please correct me, but the link I attached clearly states: > > The polyfill gets **slower** as the size of your...

How would this be made to integrate with stage and language-year organization? ie, `import()` and `import.meta` are part of ES2020, import assertions are Stage 3, `export v from "mod";` is...

I personally wouldn't return anything from connectedCallback() that's changing the signature, and subclasses might not forward the return value... edit: "wouldn't" not "would" :)

> If I want to set a property based on another property There's a few ways to do this: 1. Define a getter for the dependent property, if it's cheap...

@kenchris > any downsides to forcing a render in connectedCallback? (ie. no microtask) Mainly that all the data from above might not be there yet. Usually, just having property initializers...