File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/baselines/reference Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- tests/cases/compiler/largeControlFlowGraph.ts(3,1): error TS2563: The containing function or module body is too large for control flow analysis.
1
+ tests/cases/compiler/largeControlFlowGraph.ts(3,1): error TS2563: The containing function or module body is too complex for control flow analysis.
2
2
3
3
4
4
==== tests/cases/compiler/largeControlFlowGraph.ts (1 errors) ====
5
5
// The control flow graph for the following statement block is 10000 nodes deep. Check that
6
6
// we gracefully handle this, possibly by issuing an error.
7
7
const data = [];
8
8
~~~~~
9
- !!! error TS2563: The containing function or module body is too large for control flow analysis.
9
+ !!! error TS2563: The containing function or module body is too complex for control flow analysis.
10
10
data[0] = 0;
11
11
data[0] = 0;
12
12
data[0] = 0;
You can’t perform that action at this time.
0 commit comments