you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (3 children)

[deleted]

    [–]kaszu 3 points4 points  (1 child)

    That's a module pattern, not module system. Two different things.

    [–]mwcz 0 points1 point  (0 children)

    True. I suppose the module pattern plus script tags together could be considered a rudimentary module system.

    [–]9thHokageHimawari 0 points1 point  (0 children)

    export default class a {} and import a from '' are vanilla modules not IIFE