patak

Results 228 comments of patak

I think I would go with 2., if someone added `delayLoading` I would expect that to be respected. > When the module loader is done resolving and loading everything it...

I think `delayLoading` would help #4294 if we don't make it a boolean, no? This is something I was thinking while working on the feature, if we document `delayLoading` in...

I have implemented this locally for rollup using the `delayLoading: boolean` API. But I'm no longer convinced that this API should be added. The original use case in Vite (delay...

@okikio would you expand a bit on how do you plan to use both workers? I asked in the linked PR but I'm interested in seeing if this feature could...

Yes, thanks @okikio. @poyoho what I was trying to say in the linked PR, is to do what @okikio will do manually here, but directly as an option in core....

Thanks for the PR @justin-tay! I added it to be reviewed in the next team meeting.

We briefly touched on this and there was a positive consensus to add the feature. But we're unsure what is the proper convention to follow. It is still up for...

Would it be acceptable to switch to `new globalThis.URL(` instead of `new URL(`? Gzipped, the diff in size shouldn't be that big. And we could later optimize and remove the...

This should be fixed in https://main.elk.zone (wait for the update prompt)

The `$$` is being faded out from Vue though. It is part of the ref sugar experimental feature that was dropped a few months ago: https://github.com/vuejs/rfcs/discussions/369#discussioncomment-5059028. We should probably go...