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+ "ExpressionStatement": {
16+ "expression": {
17+ "AssignmentExpression": {
18+ "leftOperand": {
19+ "Variable": {
20+ "dollar": null,
21+ "name": {
22+ "kind": "VariableName",
23+ "textLength": 2
24+ }
25+ }
26+ },
27+ "operator": {
28+ "kind": "EqualsToken",
29+ "textLength": 1
30+ },
31+ "byRef": null,
32+ "rightOperand": {
33+ "ObjectCreationExpression": {
34+ "newKeword": {
35+ "kind": "NewKeyword",
36+ "textLength": 3
37+ },
38+ "classTypeDesignator": {
39+ "ScopedPropertyAccessExpression": {
40+ "scopeResolutionQualifier": {
41+ "QualifiedName": {
42+ "globalSpecifier": null,
43+ "relativeSpecifier": null,
44+ "nameParts": [
45+ {
46+ "kind": "Name",
47+ "textLength": 6
48+ }
49+ ]
50+ }
51+ },
52+ "doubleColon": {
53+ "kind": "ColonColonToken",
54+ "textLength": 2
55+ },
56+ "memberName": {
57+ "Variable": {
58+ "dollar": null,
59+ "name": {
60+ "kind": "VariableName",
61+ "textLength": 2
62+ }
63+ }
64+ }
65+ }
66+ },
67+ "openParen": {
68+ "kind": "OpenParenToken",
69+ "textLength": 1
70+ },
71+ "argumentExpressionList": null,
72+ "closeParen": {
73+ "kind": "CloseParenToken",
74+ "textLength": 1
75+ },
76+ "classBaseClause": null,
77+ "classInterfaceClause": null,
78+ "classMembers": null
79+ }
80+ }
81+ }
82+ },
83+ "semicolon": {
84+ "kind": "SemicolonToken",
85+ "textLength": 1
86+ }
87+ }
88+ }
89+ ],
90+ "endOfFileToken": {
91+ "kind": "EndOfFileToken",
92+ "textLength": 0
93+ }
94+ }
95+ }
0 commit comments