Re: [WICG/webcomponents] Scoped Custom Element Registries (#716)

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