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+ "ThrowStatement": {
16+ "throwKeyword": {
17+ "kind": "ThrowKeyword",
18+ "textLength": 5
19+ },
20+ "expression": {
21+ "BinaryExpression": {
22+ "leftOperand": {
23+ "ObjectCreationExpression": {
24+ "newKeword": {
25+ "kind": "NewKeyword",
26+ "textLength": 3
27+ },
28+ "classTypeDesignator": {
29+ "QualifiedName": {
30+ "globalSpecifier": null,
31+ "relativeSpecifier": null,
32+ "nameParts": [
33+ {
34+ "kind": "Name",
35+ "textLength": 16
36+ }
37+ ]
38+ }
39+ },
40+ "openParen": {
41+ "kind": "OpenParenToken",
42+ "textLength": 1
43+ },
44+ "argumentExpressionList": null,
45+ "closeParen": {
46+ "kind": "CloseParenToken",
47+ "textLength": 1
48+ },
49+ "classBaseClause": null,
50+ "classInterfaceClause": null,
51+ "classMembers": null
52+ }
53+ },
54+ "operator": {
55+ "kind": "AmpersandAmpersandToken",
56+ "textLength": 2
57+ },
58+ "rightOperand": {
59+ "CallExpression": {
60+ "callableExpression": {
61+ "QualifiedName": {
62+ "globalSpecifier": null,
63+ "relativeSpecifier": null,
64+ "nameParts": [
65+ {
66+ "kind": "Name",
67+ "textLength": 6
68+ }
69+ ]
70+ }
71+ },
72+ "openParen": {
73+ "kind": "OpenParenToken",
74+ "textLength": 1
75+ },
76+ "argumentExpressionList": {
77+ "ArgumentExpressionList": {
78+ "children": [
79+ {
80+ "ArgumentExpression": {
81+ "byRefToken": null,
82+ "dotDotDotToken": null,
83+ "expression": {
84+ "StringLiteral": {
85+ "startQuote": null,
86+ "children": {
87+ "kind": "StringLiteralToken",
88+ "textLength": 37
89+ },
90+ "endQuote": null
91+ }
92+ }
93+ }
94+ }
95+ ]
96+ }
97+ },
98+ "closeParen": {
99+ "kind": "CloseParenToken",
100+ "textLength": 1
101+ }
102+ }
103+ }
104+ }
105+ },
106+ "semicolon": {
107+ "kind": "SemicolonToken",
108+ "textLength": 1
109+ }
110+ }
111+ }
112+ ],
113+ "endOfFileToken": {
114+ "kind": "EndOfFileToken",
115+ "textLength": 0
116+ }
117+ }
118+ }
0 commit comments