Skip to content

Commit

Permalink
JSON module support
Browse files Browse the repository at this point in the history
This commit adds JSON modules as a single default export, with parse
errors checked before instantiating the module graph.

As infrastructure, this divides the "module script" concept into
"JavaScript module scripts" and "JSON module scripts". Most of the
spec's existing uses of "module script" become "JavaScript module
script".

JSON module scripts are fetched in the same way as JavaScript module
scripts, e.g. with the "cors" mode and using strict MIME type checking.
They use the Synthetic Module Record defined in
whatwg/webidl#722.

Closes #4315.
Closes WICG/webcomponents#770.
  • Loading branch information
littledan authored and domenic committed May 17, 2019
1 parent 18f6954 commit db03474
Showing 1 changed file with 260 additions and 87 deletions.
Loading

0 comments on commit db03474

Please sign in to comment.