- From: Frank Lemanschik <notifications@github.com>
- Date: Tue, 31 May 2022 22:24:37 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 1 June 2022 05:24:49 UTC
My Conclusions still exist i do not see a need for that this should get solved in userland as it is a multi factorial problem but easy to address one simply thing that i do today is that i transpil to SystemJS for Mocking and testing which is a ESM Compatible Module System. As i use rollup directly as the loader i am able to patch what i load if it is needed to patch it. this enables all Scenarios that you can think about for example i do not even use the Global Registry when mocking and Testing i simply use Early Sync registered Mutation Observers to detect insertions. and Handle Component Upgrades. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/716#issuecomment-1143130570 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/716/1143130570@github.com>
Received on Wednesday, 1 June 2022 05:24:49 UTC