tc39 / proposal-import-attributes

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

Adding WPT tests #146

Closed syg closed 1 year ago

syg commented 1 year ago

WPT tests should be added for the new with keyword, see

https://github.com/web-platform-tests/wpt/tree/master/html/semantics/scripting-1/the-script-element/import-assertions https://github.com/web-platform-tests/wpt/tree/master/html/semantics/scripting-1/the-script-element/json-module

cc @nicolo-ribaudo

nicolo-ribaudo commented 1 year ago

Tests PR at https://github.com/web-platform-tests/wpt/pull/41156 (cc @mgaudet since you were looking at how to test this proposal)

nicolo-ribaudo commented 1 year ago

WPT tests merged