wintercg / proposal-common-minimum-api

https://common-min-api.proposal.wintercg.org/
Other
216 stars 15 forks source link

Add requirements for ESM-supporting runtimes #49

Open andreubotella opened 11 months ago

andreubotella commented 11 months ago

This also includes specifying import.meta.main and allowing runtimes to customize module loading.

Closes #46.

andreubotella commented 11 months ago

@nicolo-ribaudo PTAL at the usage of the HTML spec import machinery

One big TODO is how to define import.meta.main in a way that excludes browsers – or do we even want that?