DEV Community

[Comment from a deleted post]
Collapse
 
martixy profile image
Martin Ninov

You covered all the syntax of es6 modules and none of the functionality. Very little of how they actually work.

  • Modules are automatically strict.
  • Modules create live bindings.
  • Modules enforce CORS.

etc.

Collapse
 
agorushkin profile image
Arsenii Gorushkin

Sorry to disappoint you. When I started writing I kind of wrote it for myself, didn't expect anyone to see it.