Re: [heycam/webidl] Everything is a module (#676)

One interesting thing about this is that it would make it easy to access the original `Node` constructor, modulo import maps. Going further in this direction, some people have suggested that everything from a built-in module be deeply immutable, so you'd be able to access the original version of everything in a reliable way (c.f., @domenic 's [get-originals](https://github.com/domenic/get-originals/ proposal which also works in this space and [previous TC39 discussion on frozen modules](https://github.com/tc39/proposal-javascript-standard-library/issues/15)). #675 doesn't do this, though; I'm a bit skeptical on the frozen modules idea. cc @mattijs 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/676#issuecomment-469195384

Received on Monday, 4 March 2019 10:11:28 UTC