1+ {
2+ "SourceFileNode": {
3+ "statementList": [
4+ {
5+ "InlineHtml": {
6+ "scriptSectionEndTag": null,
7+ "text": null,
8+ "scriptSectionStartTag": {
9+ "kind": "ScriptSectionStartTag",
10+ "textLength": 6
11+ }
12+ }
13+ },
14+ {
15+ "ForStatement": {
16+ "for": {
17+ "kind": "ForKeyword",
18+ "textLength": 3
19+ },
20+ "openParen": {
21+ "kind": "OpenParenToken",
22+ "textLength": 1
23+ },
24+ "forInitializer": null,
25+ "exprGroupSemicolon1": {
26+ "kind": "SemicolonToken",
27+ "textLength": 1
28+ },
29+ "forControl": null,
30+ "exprGroupSemicolon2": {
31+ "kind": "SemicolonToken",
32+ "textLength": 1
33+ },
34+ "forEndOfLoop": null,
35+ "closeParen": {
36+ "kind": "CloseParenToken",
37+ "textLength": 1
38+ },
39+ "colon": null,
40+ "statements": {
41+ "CompoundStatementNode": {
42+ "openBrace": {
43+ "kind": "OpenBraceToken",
44+ "textLength": 1
45+ },
46+ "statements": [
47+ {
48+ "BreakOrContinueStatement": {
49+ "breakOrContinueKeyword": {
50+ "kind": "BreakKeyword",
51+ "textLength": 5
52+ },
53+ "breakoutLevel": {
54+ "ParenthesizedExpression": {
55+ "openParen": {
56+ "kind": "OpenParenToken",
57+ "textLength": 1
58+ },
59+ "expression": {
60+ "NumericLiteral": {
61+ "children": {
62+ "kind": "IntegerLiteralToken",
63+ "textLength": 1
64+ }
65+ }
66+ },
67+ "closeParen": {
68+ "kind": "CloseParenToken",
69+ "textLength": 1
70+ }
71+ }
72+ },
73+ "semicolon": {
74+ "kind": "SemicolonToken",
75+ "textLength": 1
76+ }
77+ }
78+ }
79+ ],
80+ "closeBrace": {
81+ "kind": "CloseBraceToken",
82+ "textLength": 1
83+ }
84+ }
85+ },
86+ "endFor": null,
87+ "endForSemicolon": null
88+ }
89+ }
90+ ],
91+ "endOfFileToken": {
92+ "kind": "EndOfFileToken",
93+ "textLength": 0
94+ }
95+ }
96+ }
0 commit comments