We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63e530 commit dc165f3Copy full SHA for dc165f3
scripts/browserIntegrationTest.mjs
@@ -29,6 +29,7 @@ for (const browserType of browsers) {
29
await page.setContent(`
30
<html>
31
<script>${readFileSync(join("built", "local", "typescript.js"), "utf8")}</script>
32
+ <script>if (typeof ts.version !== "string") throw new Error("ts.version not set")</script>
33
</html>
34
`);
35
0 commit comments