Re: [w3c/webcomponents] JSON "modules" (#770)

My primary motivation for this is convenience. If you want to use a JSON resource as some kind of input you should not have to turn it into JavaScript in order to be able to make use of it. And requiring `fetch()` for JSON resources instead would require significant concessions when setting up a module graph (basically cannot use the declarative form as I understand it).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/770#issuecomment-465484952

Received on Wednesday, 20 February 2019 08:59:30 UTC