Skip to main content

2 docs tagged with "ESM"

View all tags

Aliasing and Import Maps

How Moodle uses native browser import maps to resolve bare module specifiers to real URLs at runtime, including built-in specifiers, custom entries, and the ESM serving endpoint.

Modules

A JavaScript module is a package of code that can be reliably used and shared with other code in a reusable format.