Pooya Parsa

Results 2281 comments of Pooya Parsa

Have you checked if, rollup has an option to preserve directives? I think as default behavior we should also preserve them if possible.

Thx for PR. I want to try avoiding breaking change if possible. Couldn't we check to only do this if custom `Sec-WebSocket-Protocol` is returned in upgrade hook?

(if we could have a test would be nice then we can try different options)

> we also need to support the case where the user omits the sec-websocket-protocol header to disagree with using the provided subprotocols during the handshake: Perhaps we can allow `headers["sec-websocket-protocol"]...

Thanks for quick feedback @yyx990803 > since currentInstance isn't the only global singleton that the Vue runtime relies on. Some other examples include the reactivity tracking maps and built-in VNode...

Update: I have updated the tests. Also made this change completely opt-in via a private API. When `globalThis.__vue_ctx__` is set, vue reuses the context over package-scoped context.

Using warning and global setters, i think we will have less issues however: - We probably need to avoid showing this warning when same version of Vue is from different...

Thanks for PR, it is nice feature, however I'm wondering if it is worth to add a new rollup dependency for this (while the main usage of directives, is mainly...

https://github.com/nitrojs/nitro/issues/2378#issuecomment-2575876133