trisquel-icecat/icecat/testing/web-platform/tests/resources/out-of-scope-test.js
2025-10-06 02:35:48 -06:00

5 lines
248 B
JavaScript

// Testing that the resolution is correct using `resolve`, as you can't import
// the same module twice.
window.outscope_test_result = import.meta.resolve("a");
window.outscope_test_result2 = import.meta.resolve("../resources/log.sub.js?name=E");