1. JavaScript modules: dynamic import()

    Loading JavaScript modules dynamically using the import() syntax

  2. Import maps

    Import maps allow control over what URLs get fetched by JavaScript `import` statements and `import()` expressions.

  3. ecmascript 2020 (es11)