From 95f3da4b3d5d417181a4581fb73e1aff14efd65e Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Fri, 2 Jun 2017 14:48:01 -0700 Subject: Remove ES6 module integration Now tracked by: #1087 As discussed here: #1066 --- Modules.md | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) (limited to 'Modules.md') diff --git a/Modules.md b/Modules.md index 37a9dfd..48f0c55 100644 --- a/Modules.md +++ b/Modules.md @@ -124,58 +124,6 @@ Export names must be unique. In the MVP, only *immutable* global variables can be exported. -## Integration with ES6 modules - -While ES6 defines how to parse, link and execute a module, ES6 does not -define when this parsing/linking/execution occurs. An additional extension -to the HTML spec is required to say when a script is parsed as a module instead -of normal global code. This work is [ongoing](https://github.com/whatwg/loader/blob/master/roadmap.md). -Currently, the following entry points for modules are being considered: - -* `