out-of-scope-test.js (248B)
1 // Testing that the resolution is correct using `resolve`, as you can't import 2 // the same module twice. 3 window.outscope_test_result = import.meta.resolve("a"); 4 window.outscope_test_result2 = import.meta.resolve("../resources/log.sub.js?name=E");