We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e1bb6 commit 9a1860fCopy full SHA for 9a1860f
scripts/browserIntegrationTest.mjs
@@ -28,7 +28,7 @@ for (const browserType of browsers) {
28
29
await page.setContent(`
30
<html>
31
- <script>${readFileSync(join("built", "local", "typescript.js"), "utf8")}</script>
+ <script type="module">${readFileSync(join("built", "local", "typescript.js"), "utf8")}</script>
32
</html>
33
`);
34
0 commit comments