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+ "ClassDeclaration": {
16+ "abstractOrFinalModifier": null,
17+ "classKeyword": {
18+ "kind": "ClassKeyword",
19+ "textLength": 5
20+ },
21+ "name": {
22+ "kind": "Name",
23+ "textLength": 1
24+ },
25+ "classBaseClause": null,
26+ "classInterfaceClause": null,
27+ "classMembers": {
28+ "ClassMembersNode": {
29+ "openBrace": {
30+ "kind": "OpenBraceToken",
31+ "textLength": 1
32+ },
33+ "classMemberDeclarations": [
34+ {
35+ "MethodDeclaration": {
36+ "modifiers": [
37+ {
38+ "kind": "PublicKeyword",
39+ "textLength": 6
40+ }
41+ ],
42+ "functionKeyword": {
43+ "kind": "FunctionKeyword",
44+ "textLength": 8
45+ },
46+ "byRefToken": null,
47+ "name": {
48+ "kind": "Name",
49+ "textLength": 4
50+ },
51+ "openParen": {
52+ "kind": "OpenParenToken",
53+ "textLength": 1
54+ },
55+ "parameters": null,
56+ "closeParen": {
57+ "error": "MissingToken",
58+ "kind": "CloseParenToken",
59+ "textLength": 0
60+ },
61+ "colonToken": null,
62+ "questionToken": null,
63+ "returnType": null,
64+ "otherReturnTypes": null,
65+ "compoundStatementOrSemicolon": {
66+ "CompoundStatementNode": {
67+ "openBrace": {
68+ "error": "MissingToken",
69+ "kind": "OpenBraceToken",
70+ "textLength": 0
71+ },
72+ "statements": [
73+ {
74+ "FunctionStaticDeclaration": {
75+ "staticKeyword": {
76+ "kind": "StaticKeyword",
77+ "textLength": 6
78+ },
79+ "staticVariableNameList": {
80+ "StaticVariableNameList": {
81+ "children": [
82+ {
83+ "StaticVariableDeclaration": {
84+ "variableName": {
85+ "kind": "VariableName",
86+ "textLength": 2
87+ },
88+ "equalsToken": null,
89+ "assignment": null
90+ }
91+ }
92+ ]
93+ }
94+ },
95+ "semicolon": {
96+ "error": "MissingToken",
97+ "kind": "SemicolonToken",
98+ "textLength": 0
99+ }
100+ }
101+ },
102+ {
103+ "error": "SkippedToken",
104+ "kind": "CloseParenToken",
105+ "textLength": 1
106+ },
107+ {
108+ "CompoundStatementNode": {
109+ "openBrace": {
110+ "kind": "OpenBraceToken",
111+ "textLength": 1
112+ },
113+ "statements": [],
114+ "closeBrace": {
115+ "kind": "CloseBraceToken",
116+ "textLength": 1
117+ }
118+ }
119+ }
120+ ],
121+ "closeBrace": {
122+ "kind": "CloseBraceToken",
123+ "textLength": 1
124+ }
125+ }
126+ }
127+ }
128+ }
129+ ],
130+ "closeBrace": {
131+ "error": "MissingToken",
132+ "kind": "CloseBraceToken",
133+ "textLength": 0
134+ }
135+ }
136+ }
137+ }
138+ }
139+ ],
140+ "endOfFileToken": {
141+ "kind": "EndOfFileToken",
142+ "textLength": 0
143+ }
144+ }
145+ }
0 commit comments