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 53b2750 commit 326f9abCopy full SHA for 326f9ab
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]) ? 250000 : parseInt(process.argv[2], 10);
+const maxInstantiations = isNaN(process.argv[2]) ? 275000 : parseInt(process.argv[2], 10);
7
8
console.log(stdin);
9
0 commit comments