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 a3f914e commit 17d1bd6Copy full SHA for 17d1bd6
scripts/tsc-diagnostics-check.js
@@ -3,7 +3,7 @@
3
const fs = require('fs');
4
5
const stdin = fs.readFileSync(0).toString('utf8');
6
-const maxInstantiations = isNaN(process.argv[2]) ? 100000 : parseInt(process.argv[2], 10);
+const maxInstantiations = isNaN(process.argv[2]) ? 110000 : parseInt(process.argv[2], 10);
7
8
console.log(stdin);
9
0 commit comments