diff options
Diffstat (limited to 'testing/web-platform/tests/preload/resources/module1.js')
-rw-r--r-- | testing/web-platform/tests/preload/resources/module1.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/web-platform/tests/preload/resources/module1.js b/testing/web-platform/tests/preload/resources/module1.js new file mode 100644 index 0000000000..ebaeae7ac7 --- /dev/null +++ b/testing/web-platform/tests/preload/resources/module1.js @@ -0,0 +1,2 @@ +import { y } from './module2.js'; +export let x = y + 1;
\ No newline at end of file |