tc39 / proposal-import-attributes

Proposal for syntax to import ES modules with assertions
https://tc39.es/proposal-import-attributes/
Apache License 2.0
586 stars 26 forks source link

Use new host hooks for importing modules #124

Closed nicolo-ribaudo closed 1 year ago

nicolo-ribaudo commented 2 years ago

This updates this proposal to use the hook introduced by https://github.com/tc39/ecma262/pull/2905.

nicolo-ribaudo commented 1 year ago

I updated this PR now that https://github.com/tc39/ecma262/pull/2905 has been merged. This is necessary for whatwg/html#8253, since HTML links to this proposal.