prettier-plugin-java 2.7.1 → 2.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -23,483 +23,483 @@ declare const _default: {
23
23
  };
24
24
  printers: {
25
25
  java: {
26
- print(path: import("prettier").AstPath<import("../../java-parser/api.js").ArrayInitializerCstNode & {
26
+ print(path: import("prettier").AstPath<import("java-parser").ArrayInitializerCstNode & {
27
27
  comments?: import("./comments.js").JavaComment[];
28
- }> | import("prettier").AstPath<import("../../java-parser/api.js").VariableInitializerListCstNode & {
28
+ }> | import("prettier").AstPath<import("java-parser").VariableInitializerListCstNode & {
29
29
  comments?: import("./comments.js").JavaComment[];
30
- }> | import("prettier").AstPath<import("../../java-parser/api.js").BlockCstNode & {
30
+ }> | import("prettier").AstPath<import("java-parser").BlockCstNode & {
31
31
  comments?: import("./comments.js").JavaComment[];
32
- }> | import("prettier").AstPath<import("../../java-parser/api.js").BlockStatementsCstNode & {
32
+ }> | import("prettier").AstPath<import("java-parser").BlockStatementsCstNode & {
33
33
  comments?: import("./comments.js").JavaComment[];
34
- }> | import("prettier").AstPath<import("../../java-parser/api.js").LocalVariableDeclarationStatementCstNode & {
34
+ }> | import("prettier").AstPath<import("java-parser").LocalVariableDeclarationStatementCstNode & {
35
35
  comments?: import("./comments.js").JavaComment[];
36
- }> | import("prettier").AstPath<import("../../java-parser/api.js").LocalVariableDeclarationCstNode & {
36
+ }> | import("prettier").AstPath<import("java-parser").LocalVariableDeclarationCstNode & {
37
37
  comments?: import("./comments.js").JavaComment[];
38
- }> | import("prettier").AstPath<import("../../java-parser/api.js").LabeledStatementCstNode & {
38
+ }> | import("prettier").AstPath<import("java-parser").LabeledStatementCstNode & {
39
39
  comments?: import("./comments.js").JavaComment[];
40
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ExpressionStatementCstNode & {
40
+ }> | import("prettier").AstPath<import("java-parser").ExpressionStatementCstNode & {
41
41
  comments?: import("./comments.js").JavaComment[];
42
- }> | import("prettier").AstPath<import("../../java-parser/api.js").IfStatementCstNode & {
42
+ }> | import("prettier").AstPath<import("java-parser").IfStatementCstNode & {
43
43
  comments?: import("./comments.js").JavaComment[];
44
- }> | import("prettier").AstPath<import("../../java-parser/api.js").AssertStatementCstNode & {
44
+ }> | import("prettier").AstPath<import("java-parser").AssertStatementCstNode & {
45
45
  comments?: import("./comments.js").JavaComment[];
46
- }> | import("prettier").AstPath<import("../../java-parser/api.js").SwitchStatementCstNode & {
46
+ }> | import("prettier").AstPath<import("java-parser").SwitchStatementCstNode & {
47
47
  comments?: import("./comments.js").JavaComment[];
48
- }> | import("prettier").AstPath<import("../../java-parser/api.js").SwitchBlockCstNode & {
48
+ }> | import("prettier").AstPath<import("java-parser").SwitchBlockCstNode & {
49
49
  comments?: import("./comments.js").JavaComment[];
50
- }> | import("prettier").AstPath<import("../../java-parser/api.js").SwitchBlockStatementGroupCstNode & {
50
+ }> | import("prettier").AstPath<import("java-parser").SwitchBlockStatementGroupCstNode & {
51
51
  comments?: import("./comments.js").JavaComment[];
52
- }> | import("prettier").AstPath<import("../../java-parser/api.js").SwitchLabelCstNode & {
52
+ }> | import("prettier").AstPath<import("java-parser").SwitchLabelCstNode & {
53
53
  comments?: import("./comments.js").JavaComment[];
54
- }> | import("prettier").AstPath<import("../../java-parser/api.js").SwitchRuleCstNode & {
54
+ }> | import("prettier").AstPath<import("java-parser").SwitchRuleCstNode & {
55
55
  comments?: import("./comments.js").JavaComment[];
56
- }> | import("prettier").AstPath<import("../../java-parser/api.js").WhileStatementCstNode & {
56
+ }> | import("prettier").AstPath<import("java-parser").WhileStatementCstNode & {
57
57
  comments?: import("./comments.js").JavaComment[];
58
- }> | import("prettier").AstPath<import("../../java-parser/api.js").DoStatementCstNode & {
58
+ }> | import("prettier").AstPath<import("java-parser").DoStatementCstNode & {
59
59
  comments?: import("./comments.js").JavaComment[];
60
- }> | import("prettier").AstPath<import("../../java-parser/api.js").BasicForStatementCstNode & {
60
+ }> | import("prettier").AstPath<import("java-parser").BasicForStatementCstNode & {
61
61
  comments?: import("./comments.js").JavaComment[];
62
- }> | import("prettier").AstPath<import("../../java-parser/api.js").StatementExpressionListCstNode & {
62
+ }> | import("prettier").AstPath<import("java-parser").StatementExpressionListCstNode & {
63
63
  comments?: import("./comments.js").JavaComment[];
64
- }> | import("prettier").AstPath<import("../../java-parser/api.js").EnhancedForStatementCstNode & {
64
+ }> | import("prettier").AstPath<import("java-parser").EnhancedForStatementCstNode & {
65
65
  comments?: import("./comments.js").JavaComment[];
66
- }> | import("prettier").AstPath<import("../../java-parser/api.js").BreakStatementCstNode & {
66
+ }> | import("prettier").AstPath<import("java-parser").BreakStatementCstNode & {
67
67
  comments?: import("./comments.js").JavaComment[];
68
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ContinueStatementCstNode & {
68
+ }> | import("prettier").AstPath<import("java-parser").ContinueStatementCstNode & {
69
69
  comments?: import("./comments.js").JavaComment[];
70
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ReturnStatementCstNode & {
70
+ }> | import("prettier").AstPath<import("java-parser").ReturnStatementCstNode & {
71
71
  comments?: import("./comments.js").JavaComment[];
72
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ThrowStatementCstNode & {
72
+ }> | import("prettier").AstPath<import("java-parser").ThrowStatementCstNode & {
73
73
  comments?: import("./comments.js").JavaComment[];
74
- }> | import("prettier").AstPath<import("../../java-parser/api.js").SynchronizedStatementCstNode & {
74
+ }> | import("prettier").AstPath<import("java-parser").SynchronizedStatementCstNode & {
75
75
  comments?: import("./comments.js").JavaComment[];
76
- }> | import("prettier").AstPath<import("../../java-parser/api.js").TryStatementCstNode & {
76
+ }> | import("prettier").AstPath<import("java-parser").TryStatementCstNode & {
77
77
  comments?: import("./comments.js").JavaComment[];
78
- }> | import("prettier").AstPath<import("../../java-parser/api.js").CatchesCstNode & {
78
+ }> | import("prettier").AstPath<import("java-parser").CatchesCstNode & {
79
79
  comments?: import("./comments.js").JavaComment[];
80
- }> | import("prettier").AstPath<import("../../java-parser/api.js").CatchClauseCstNode & {
80
+ }> | import("prettier").AstPath<import("java-parser").CatchClauseCstNode & {
81
81
  comments?: import("./comments.js").JavaComment[];
82
- }> | import("prettier").AstPath<import("../../java-parser/api.js").CatchFormalParameterCstNode & {
82
+ }> | import("prettier").AstPath<import("java-parser").CatchFormalParameterCstNode & {
83
83
  comments?: import("./comments.js").JavaComment[];
84
- }> | import("prettier").AstPath<import("../../java-parser/api.js").CatchTypeCstNode & {
84
+ }> | import("prettier").AstPath<import("java-parser").CatchTypeCstNode & {
85
85
  comments?: import("./comments.js").JavaComment[];
86
- }> | import("prettier").AstPath<import("../../java-parser/api.js").FinallyCstNode & {
86
+ }> | import("prettier").AstPath<import("java-parser").FinallyCstNode & {
87
87
  comments?: import("./comments.js").JavaComment[];
88
- }> | import("prettier").AstPath<import("../../java-parser/api.js").TryWithResourcesStatementCstNode & {
88
+ }> | import("prettier").AstPath<import("java-parser").TryWithResourcesStatementCstNode & {
89
89
  comments?: import("./comments.js").JavaComment[];
90
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ResourceSpecificationCstNode & {
90
+ }> | import("prettier").AstPath<import("java-parser").ResourceSpecificationCstNode & {
91
91
  comments?: import("./comments.js").JavaComment[];
92
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ResourceListCstNode & {
92
+ }> | import("prettier").AstPath<import("java-parser").ResourceListCstNode & {
93
93
  comments?: import("./comments.js").JavaComment[];
94
- }> | import("prettier").AstPath<import("../../java-parser/api.js").YieldStatementCstNode & {
94
+ }> | import("prettier").AstPath<import("java-parser").YieldStatementCstNode & {
95
95
  comments?: import("./comments.js").JavaComment[];
96
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ForInitCstNode & {
96
+ }> | import("prettier").AstPath<import("java-parser").ForInitCstNode & {
97
97
  comments?: import("./comments.js").JavaComment[];
98
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ForUpdateCstNode & {
98
+ }> | import("prettier").AstPath<import("java-parser").ForUpdateCstNode & {
99
99
  comments?: import("./comments.js").JavaComment[];
100
- }> | import("prettier").AstPath<import("../../java-parser/api.js").StatementCstNode & {
100
+ }> | import("prettier").AstPath<import("java-parser").StatementCstNode & {
101
101
  comments?: import("./comments.js").JavaComment[];
102
- }> | import("prettier").AstPath<import("../../java-parser/api.js").StatementWithoutTrailingSubstatementCstNode & {
102
+ }> | import("prettier").AstPath<import("java-parser").StatementWithoutTrailingSubstatementCstNode & {
103
103
  comments?: import("./comments.js").JavaComment[];
104
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ForStatementCstNode & {
104
+ }> | import("prettier").AstPath<import("java-parser").ForStatementCstNode & {
105
105
  comments?: import("./comments.js").JavaComment[];
106
- }> | import("prettier").AstPath<import("../../java-parser/api.js").BlockStatementCstNode & {
106
+ }> | import("prettier").AstPath<import("java-parser").BlockStatementCstNode & {
107
107
  comments?: import("./comments.js").JavaComment[];
108
- }> | import("prettier").AstPath<import("../../java-parser/api.js").CaseConstantCstNode & {
108
+ }> | import("prettier").AstPath<import("java-parser").CaseConstantCstNode & {
109
109
  comments?: import("./comments.js").JavaComment[];
110
- }> | import("prettier").AstPath<import("../../java-parser/api.js").CasePatternCstNode & {
110
+ }> | import("prettier").AstPath<import("java-parser").CasePatternCstNode & {
111
111
  comments?: import("./comments.js").JavaComment[];
112
- }> | import("prettier").AstPath<import("../../java-parser/api.js").EmptyStatementCstNode & {
112
+ }> | import("prettier").AstPath<import("java-parser").EmptyStatementCstNode & {
113
113
  comments?: import("./comments.js").JavaComment[];
114
- }> | import("prettier").AstPath<import("../../java-parser/api.js").StatementExpressionCstNode & {
114
+ }> | import("prettier").AstPath<import("java-parser").StatementExpressionCstNode & {
115
115
  comments?: import("./comments.js").JavaComment[];
116
- }> | import("prettier").AstPath<import("../../java-parser/api.js").LocalVariableTypeCstNode & {
116
+ }> | import("prettier").AstPath<import("java-parser").LocalVariableTypeCstNode & {
117
117
  comments?: import("./comments.js").JavaComment[];
118
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ResourceCstNode & {
118
+ }> | import("prettier").AstPath<import("java-parser").ResourceCstNode & {
119
119
  comments?: import("./comments.js").JavaComment[];
120
- }> | import("prettier").AstPath<import("../../java-parser/api.js").VariableAccessCstNode & {
120
+ }> | import("prettier").AstPath<import("java-parser").VariableAccessCstNode & {
121
121
  comments?: import("./comments.js").JavaComment[];
122
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ClassDeclarationCstNode & {
122
+ }> | import("prettier").AstPath<import("java-parser").ClassDeclarationCstNode & {
123
123
  comments?: import("./comments.js").JavaComment[];
124
- }> | import("prettier").AstPath<import("../../java-parser/api.js").NormalClassDeclarationCstNode & {
124
+ }> | import("prettier").AstPath<import("java-parser").NormalClassDeclarationCstNode & {
125
125
  comments?: import("./comments.js").JavaComment[];
126
- }> | import("prettier").AstPath<import("../../java-parser/api.js").TypeParametersCstNode & {
126
+ }> | import("prettier").AstPath<import("java-parser").TypeParametersCstNode & {
127
127
  comments?: import("./comments.js").JavaComment[];
128
- }> | import("prettier").AstPath<import("../../java-parser/api.js").TypeParameterListCstNode & {
128
+ }> | import("prettier").AstPath<import("java-parser").TypeParameterListCstNode & {
129
129
  comments?: import("./comments.js").JavaComment[];
130
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ClassExtendsCstNode & {
130
+ }> | import("prettier").AstPath<import("java-parser").ClassExtendsCstNode & {
131
131
  comments?: import("./comments.js").JavaComment[];
132
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ClassImplementsCstNode & {
132
+ }> | import("prettier").AstPath<import("java-parser").ClassImplementsCstNode & {
133
133
  comments?: import("./comments.js").JavaComment[];
134
- }> | import("prettier").AstPath<import("../../java-parser/api.js").InterfaceTypeListCstNode & {
134
+ }> | import("prettier").AstPath<import("java-parser").InterfaceTypeListCstNode & {
135
135
  comments?: import("./comments.js").JavaComment[];
136
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ClassBodyCstNode & {
136
+ }> | import("prettier").AstPath<import("java-parser").ClassBodyCstNode & {
137
137
  comments?: import("./comments.js").JavaComment[];
138
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ClassMemberDeclarationCstNode & {
138
+ }> | import("prettier").AstPath<import("java-parser").ClassMemberDeclarationCstNode & {
139
139
  comments?: import("./comments.js").JavaComment[];
140
- }> | import("prettier").AstPath<import("../../java-parser/api.js").FieldDeclarationCstNode & {
140
+ }> | import("prettier").AstPath<import("java-parser").FieldDeclarationCstNode & {
141
141
  comments?: import("./comments.js").JavaComment[];
142
- }> | import("prettier").AstPath<import("../../java-parser/api.js").VariableDeclaratorListCstNode & {
142
+ }> | import("prettier").AstPath<import("java-parser").VariableDeclaratorListCstNode & {
143
143
  comments?: import("./comments.js").JavaComment[];
144
- }> | import("prettier").AstPath<import("../../java-parser/api.js").VariableDeclaratorCstNode & {
144
+ }> | import("prettier").AstPath<import("java-parser").VariableDeclaratorCstNode & {
145
145
  comments?: import("./comments.js").JavaComment[];
146
- }> | import("prettier").AstPath<import("../../java-parser/api.js").VariableDeclaratorIdCstNode & {
146
+ }> | import("prettier").AstPath<import("java-parser").VariableDeclaratorIdCstNode & {
147
147
  comments?: import("./comments.js").JavaComment[];
148
- }> | import("prettier").AstPath<import("../../java-parser/api.js").UnannPrimitiveTypeWithOptionalDimsSuffixCstNode & {
148
+ }> | import("prettier").AstPath<import("java-parser").UnannPrimitiveTypeWithOptionalDimsSuffixCstNode & {
149
149
  comments?: import("./comments.js").JavaComment[];
150
- }> | import("prettier").AstPath<import("../../java-parser/api.js").UnannReferenceTypeCstNode & {
150
+ }> | import("prettier").AstPath<import("java-parser").UnannReferenceTypeCstNode & {
151
151
  comments?: import("./comments.js").JavaComment[];
152
- }> | import("prettier").AstPath<import("../../java-parser/api.js").MethodDeclarationCstNode & {
152
+ }> | import("prettier").AstPath<import("java-parser").MethodDeclarationCstNode & {
153
153
  comments?: import("./comments.js").JavaComment[];
154
- }> | import("prettier").AstPath<import("../../java-parser/api.js").MethodHeaderCstNode & {
154
+ }> | import("prettier").AstPath<import("java-parser").MethodHeaderCstNode & {
155
155
  comments?: import("./comments.js").JavaComment[];
156
- }> | import("prettier").AstPath<import("../../java-parser/api.js").MethodDeclaratorCstNode & {
156
+ }> | import("prettier").AstPath<import("java-parser").MethodDeclaratorCstNode & {
157
157
  comments?: import("./comments.js").JavaComment[];
158
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ReceiverParameterCstNode & {
158
+ }> | import("prettier").AstPath<import("java-parser").ReceiverParameterCstNode & {
159
159
  comments?: import("./comments.js").JavaComment[];
160
- }> | import("prettier").AstPath<import("../../java-parser/api.js").FormalParameterListCstNode & {
160
+ }> | import("prettier").AstPath<import("java-parser").FormalParameterListCstNode & {
161
161
  comments?: import("./comments.js").JavaComment[];
162
- }> | import("prettier").AstPath<import("../../java-parser/api.js").VariableParaRegularParameterCstNode & {
162
+ }> | import("prettier").AstPath<import("java-parser").VariableParaRegularParameterCstNode & {
163
163
  comments?: import("./comments.js").JavaComment[];
164
- }> | import("prettier").AstPath<import("../../java-parser/api.js").VariableArityParameterCstNode & {
164
+ }> | import("prettier").AstPath<import("java-parser").VariableArityParameterCstNode & {
165
165
  comments?: import("./comments.js").JavaComment[];
166
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ThrowsCstNode & {
166
+ }> | import("prettier").AstPath<import("java-parser").ThrowsCstNode & {
167
167
  comments?: import("./comments.js").JavaComment[];
168
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ExceptionTypeListCstNode & {
168
+ }> | import("prettier").AstPath<import("java-parser").ExceptionTypeListCstNode & {
169
169
  comments?: import("./comments.js").JavaComment[];
170
- }> | import("prettier").AstPath<import("../../java-parser/api.js").StaticInitializerCstNode & {
170
+ }> | import("prettier").AstPath<import("java-parser").StaticInitializerCstNode & {
171
171
  comments?: import("./comments.js").JavaComment[];
172
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ConstructorDeclarationCstNode & {
172
+ }> | import("prettier").AstPath<import("java-parser").ConstructorDeclarationCstNode & {
173
173
  comments?: import("./comments.js").JavaComment[];
174
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ConstructorDeclaratorCstNode & {
174
+ }> | import("prettier").AstPath<import("java-parser").ConstructorDeclaratorCstNode & {
175
175
  comments?: import("./comments.js").JavaComment[];
176
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ConstructorBodyCstNode & {
176
+ }> | import("prettier").AstPath<import("java-parser").ConstructorBodyCstNode & {
177
177
  comments?: import("./comments.js").JavaComment[];
178
- }> | import("prettier").AstPath<import("../../java-parser/api.js").UnqualifiedExplicitConstructorInvocationCstNode & {
178
+ }> | import("prettier").AstPath<import("java-parser").UnqualifiedExplicitConstructorInvocationCstNode & {
179
179
  comments?: import("./comments.js").JavaComment[];
180
- }> | import("prettier").AstPath<import("../../java-parser/api.js").QualifiedExplicitConstructorInvocationCstNode & {
180
+ }> | import("prettier").AstPath<import("java-parser").QualifiedExplicitConstructorInvocationCstNode & {
181
181
  comments?: import("./comments.js").JavaComment[];
182
- }> | import("prettier").AstPath<import("../../java-parser/api.js").EnumDeclarationCstNode & {
182
+ }> | import("prettier").AstPath<import("java-parser").EnumDeclarationCstNode & {
183
183
  comments?: import("./comments.js").JavaComment[];
184
- }> | import("prettier").AstPath<import("../../java-parser/api.js").EnumBodyCstNode & {
184
+ }> | import("prettier").AstPath<import("java-parser").EnumBodyCstNode & {
185
185
  comments?: import("./comments.js").JavaComment[];
186
- }> | import("prettier").AstPath<import("../../java-parser/api.js").EnumConstantListCstNode & {
186
+ }> | import("prettier").AstPath<import("java-parser").EnumConstantListCstNode & {
187
187
  comments?: import("./comments.js").JavaComment[];
188
- }> | import("prettier").AstPath<import("../../java-parser/api.js").EnumConstantCstNode & {
188
+ }> | import("prettier").AstPath<import("java-parser").EnumConstantCstNode & {
189
189
  comments?: import("./comments.js").JavaComment[];
190
- }> | import("prettier").AstPath<import("../../java-parser/api.js").EnumBodyDeclarationsCstNode & {
190
+ }> | import("prettier").AstPath<import("java-parser").EnumBodyDeclarationsCstNode & {
191
191
  comments?: import("./comments.js").JavaComment[];
192
- }> | import("prettier").AstPath<import("../../java-parser/api.js").RecordDeclarationCstNode & {
192
+ }> | import("prettier").AstPath<import("java-parser").RecordDeclarationCstNode & {
193
193
  comments?: import("./comments.js").JavaComment[];
194
- }> | import("prettier").AstPath<import("../../java-parser/api.js").RecordHeaderCstNode & {
194
+ }> | import("prettier").AstPath<import("java-parser").RecordHeaderCstNode & {
195
195
  comments?: import("./comments.js").JavaComment[];
196
- }> | import("prettier").AstPath<import("../../java-parser/api.js").RecordComponentListCstNode & {
196
+ }> | import("prettier").AstPath<import("java-parser").RecordComponentListCstNode & {
197
197
  comments?: import("./comments.js").JavaComment[];
198
- }> | import("prettier").AstPath<import("../../java-parser/api.js").RecordComponentCstNode & {
198
+ }> | import("prettier").AstPath<import("java-parser").RecordComponentCstNode & {
199
199
  comments?: import("./comments.js").JavaComment[];
200
- }> | import("prettier").AstPath<import("../../java-parser/api.js").VariableArityRecordComponentCstNode & {
200
+ }> | import("prettier").AstPath<import("java-parser").VariableArityRecordComponentCstNode & {
201
201
  comments?: import("./comments.js").JavaComment[];
202
- }> | import("prettier").AstPath<import("../../java-parser/api.js").RecordBodyCstNode & {
202
+ }> | import("prettier").AstPath<import("java-parser").RecordBodyCstNode & {
203
203
  comments?: import("./comments.js").JavaComment[];
204
- }> | import("prettier").AstPath<import("../../java-parser/api.js").CompactConstructorDeclarationCstNode & {
204
+ }> | import("prettier").AstPath<import("java-parser").CompactConstructorDeclarationCstNode & {
205
205
  comments?: import("./comments.js").JavaComment[];
206
- }> | import("prettier").AstPath<import("../../java-parser/api.js").UnannTypeCstNode & {
206
+ }> | import("prettier").AstPath<import("java-parser").UnannTypeCstNode & {
207
207
  comments?: import("./comments.js").JavaComment[];
208
- }> | import("prettier").AstPath<import("../../java-parser/api.js").VariableInitializerCstNode & {
208
+ }> | import("prettier").AstPath<import("java-parser").VariableInitializerCstNode & {
209
209
  comments?: import("./comments.js").JavaComment[];
210
- }> | import("prettier").AstPath<import("../../java-parser/api.js").VariableModifierCstNode & {
210
+ }> | import("prettier").AstPath<import("java-parser").VariableModifierCstNode & {
211
211
  comments?: import("./comments.js").JavaComment[];
212
- }> | import("prettier").AstPath<import("../../java-parser/api.js").UnannClassTypeCstNode & {
212
+ }> | import("prettier").AstPath<import("java-parser").UnannClassTypeCstNode & {
213
213
  comments?: import("./comments.js").JavaComment[];
214
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ClassBodyDeclarationCstNode & {
214
+ }> | import("prettier").AstPath<import("java-parser").ClassBodyDeclarationCstNode & {
215
215
  comments?: import("./comments.js").JavaComment[];
216
- }> | import("prettier").AstPath<import("../../java-parser/api.js").InstanceInitializerCstNode & {
216
+ }> | import("prettier").AstPath<import("java-parser").InstanceInitializerCstNode & {
217
217
  comments?: import("./comments.js").JavaComment[];
218
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ClassModifierCstNode & {
218
+ }> | import("prettier").AstPath<import("java-parser").ClassModifierCstNode & {
219
219
  comments?: import("./comments.js").JavaComment[];
220
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ClassPermitsCstNode & {
220
+ }> | import("prettier").AstPath<import("java-parser").ClassPermitsCstNode & {
221
221
  comments?: import("./comments.js").JavaComment[];
222
- }> | import("prettier").AstPath<import("../../java-parser/api.js").FieldModifierCstNode & {
222
+ }> | import("prettier").AstPath<import("java-parser").FieldModifierCstNode & {
223
223
  comments?: import("./comments.js").JavaComment[];
224
- }> | import("prettier").AstPath<import("../../java-parser/api.js").MethodModifierCstNode & {
224
+ }> | import("prettier").AstPath<import("java-parser").MethodModifierCstNode & {
225
225
  comments?: import("./comments.js").JavaComment[];
226
- }> | import("prettier").AstPath<import("../../java-parser/api.js").MethodBodyCstNode & {
226
+ }> | import("prettier").AstPath<import("java-parser").MethodBodyCstNode & {
227
227
  comments?: import("./comments.js").JavaComment[];
228
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ConstructorModifierCstNode & {
228
+ }> | import("prettier").AstPath<import("java-parser").ConstructorModifierCstNode & {
229
229
  comments?: import("./comments.js").JavaComment[];
230
- }> | import("prettier").AstPath<import("../../java-parser/api.js").SimpleTypeNameCstNode & {
230
+ }> | import("prettier").AstPath<import("java-parser").SimpleTypeNameCstNode & {
231
231
  comments?: import("./comments.js").JavaComment[];
232
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ExplicitConstructorInvocationCstNode & {
232
+ }> | import("prettier").AstPath<import("java-parser").ExplicitConstructorInvocationCstNode & {
233
233
  comments?: import("./comments.js").JavaComment[];
234
- }> | import("prettier").AstPath<import("../../java-parser/api.js").EnumConstantModifierCstNode & {
234
+ }> | import("prettier").AstPath<import("java-parser").EnumConstantModifierCstNode & {
235
235
  comments?: import("./comments.js").JavaComment[];
236
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ExceptionTypeCstNode & {
236
+ }> | import("prettier").AstPath<import("java-parser").ExceptionTypeCstNode & {
237
237
  comments?: import("./comments.js").JavaComment[];
238
- }> | import("prettier").AstPath<import("../../java-parser/api.js").FormalParameterCstNode & {
238
+ }> | import("prettier").AstPath<import("java-parser").FormalParameterCstNode & {
239
239
  comments?: import("./comments.js").JavaComment[];
240
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ResultCstNode & {
240
+ }> | import("prettier").AstPath<import("java-parser").ResultCstNode & {
241
241
  comments?: import("./comments.js").JavaComment[];
242
- }> | import("prettier").AstPath<import("../../java-parser/api.js").RecordBodyDeclarationCstNode & {
242
+ }> | import("prettier").AstPath<import("java-parser").RecordBodyDeclarationCstNode & {
243
243
  comments?: import("./comments.js").JavaComment[];
244
- }> | import("prettier").AstPath<import("../../java-parser/api.js").RecordComponentModifierCstNode & {
244
+ }> | import("prettier").AstPath<import("java-parser").RecordComponentModifierCstNode & {
245
245
  comments?: import("./comments.js").JavaComment[];
246
- }> | import("prettier").AstPath<import("../../java-parser/api.js").UnannClassOrInterfaceTypeCstNode & {
246
+ }> | import("prettier").AstPath<import("java-parser").UnannClassOrInterfaceTypeCstNode & {
247
247
  comments?: import("./comments.js").JavaComment[];
248
- }> | import("prettier").AstPath<import("../../java-parser/api.js").UnannInterfaceTypeCstNode & {
248
+ }> | import("prettier").AstPath<import("java-parser").UnannInterfaceTypeCstNode & {
249
249
  comments?: import("./comments.js").JavaComment[];
250
- }> | import("prettier").AstPath<import("../../java-parser/api.js").UnannPrimitiveTypeCstNode & {
250
+ }> | import("prettier").AstPath<import("java-parser").UnannPrimitiveTypeCstNode & {
251
251
  comments?: import("./comments.js").JavaComment[];
252
- }> | import("prettier").AstPath<import("../../java-parser/api.js").UnannTypeVariableCstNode & {
252
+ }> | import("prettier").AstPath<import("java-parser").UnannTypeVariableCstNode & {
253
253
  comments?: import("./comments.js").JavaComment[];
254
- }> | import("prettier").AstPath<import("../../java-parser/api.js").LambdaExpressionCstNode & {
254
+ }> | import("prettier").AstPath<import("java-parser").LambdaExpressionCstNode & {
255
255
  comments?: import("./comments.js").JavaComment[];
256
- }> | import("prettier").AstPath<import("../../java-parser/api.js").LambdaParametersCstNode & {
256
+ }> | import("prettier").AstPath<import("java-parser").LambdaParametersCstNode & {
257
257
  comments?: import("./comments.js").JavaComment[];
258
- }> | import("prettier").AstPath<import("../../java-parser/api.js").LambdaParametersWithBracesCstNode & {
258
+ }> | import("prettier").AstPath<import("java-parser").LambdaParametersWithBracesCstNode & {
259
259
  comments?: import("./comments.js").JavaComment[];
260
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ConciseLambdaParameterListCstNode & {
260
+ }> | import("prettier").AstPath<import("java-parser").ConciseLambdaParameterListCstNode & {
261
261
  comments?: import("./comments.js").JavaComment[];
262
- }> | import("prettier").AstPath<import("../../java-parser/api.js").NormalLambdaParameterListCstNode & {
262
+ }> | import("prettier").AstPath<import("java-parser").NormalLambdaParameterListCstNode & {
263
263
  comments?: import("./comments.js").JavaComment[];
264
- }> | import("prettier").AstPath<import("../../java-parser/api.js").RegularLambdaParameterCstNode & {
264
+ }> | import("prettier").AstPath<import("java-parser").RegularLambdaParameterCstNode & {
265
265
  comments?: import("./comments.js").JavaComment[];
266
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ConditionalExpressionCstNode & {
266
+ }> | import("prettier").AstPath<import("java-parser").ConditionalExpressionCstNode & {
267
267
  comments?: import("./comments.js").JavaComment[];
268
- }> | import("prettier").AstPath<import("../../java-parser/api.js").BinaryExpressionCstNode & {
268
+ }> | import("prettier").AstPath<import("java-parser").BinaryExpressionCstNode & {
269
269
  comments?: import("./comments.js").JavaComment[];
270
- }> | import("prettier").AstPath<import("../../java-parser/api.js").UnaryExpressionCstNode & {
270
+ }> | import("prettier").AstPath<import("java-parser").UnaryExpressionCstNode & {
271
271
  comments?: import("./comments.js").JavaComment[];
272
- }> | import("prettier").AstPath<import("../../java-parser/api.js").UnaryExpressionNotPlusMinusCstNode & {
272
+ }> | import("prettier").AstPath<import("java-parser").UnaryExpressionNotPlusMinusCstNode & {
273
273
  comments?: import("./comments.js").JavaComment[];
274
- }> | import("prettier").AstPath<import("../../java-parser/api.js").PrimaryCstNode & {
274
+ }> | import("prettier").AstPath<import("java-parser").PrimaryCstNode & {
275
275
  comments?: import("./comments.js").JavaComment[];
276
- }> | import("prettier").AstPath<import("../../java-parser/api.js").PrimarySuffixCstNode & {
276
+ }> | import("prettier").AstPath<import("java-parser").PrimarySuffixCstNode & {
277
277
  comments?: import("./comments.js").JavaComment[];
278
- }> | import("prettier").AstPath<import("../../java-parser/api.js").FqnOrRefTypeCstNode & {
278
+ }> | import("prettier").AstPath<import("java-parser").FqnOrRefTypeCstNode & {
279
279
  comments?: import("./comments.js").JavaComment[];
280
- }> | import("prettier").AstPath<import("../../java-parser/api.js").FqnOrRefTypePartFirstCstNode & {
280
+ }> | import("prettier").AstPath<import("java-parser").FqnOrRefTypePartFirstCstNode & {
281
281
  comments?: import("./comments.js").JavaComment[];
282
- }> | import("prettier").AstPath<import("../../java-parser/api.js").FqnOrRefTypePartRestCstNode & {
282
+ }> | import("prettier").AstPath<import("java-parser").FqnOrRefTypePartRestCstNode & {
283
283
  comments?: import("./comments.js").JavaComment[];
284
- }> | import("prettier").AstPath<import("../../java-parser/api.js").FqnOrRefTypePartCommonCstNode & {
284
+ }> | import("prettier").AstPath<import("java-parser").FqnOrRefTypePartCommonCstNode & {
285
285
  comments?: import("./comments.js").JavaComment[];
286
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ParenthesisExpressionCstNode & {
286
+ }> | import("prettier").AstPath<import("java-parser").ParenthesisExpressionCstNode & {
287
287
  comments?: import("./comments.js").JavaComment[];
288
- }> | import("prettier").AstPath<import("../../java-parser/api.js").PrimitiveCastExpressionCstNode & {
288
+ }> | import("prettier").AstPath<import("java-parser").PrimitiveCastExpressionCstNode & {
289
289
  comments?: import("./comments.js").JavaComment[];
290
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ReferenceTypeCastExpressionCstNode & {
290
+ }> | import("prettier").AstPath<import("java-parser").ReferenceTypeCastExpressionCstNode & {
291
291
  comments?: import("./comments.js").JavaComment[];
292
- }> | import("prettier").AstPath<import("../../java-parser/api.js").UnqualifiedClassInstanceCreationExpressionCstNode & {
292
+ }> | import("prettier").AstPath<import("java-parser").UnqualifiedClassInstanceCreationExpressionCstNode & {
293
293
  comments?: import("./comments.js").JavaComment[];
294
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ClassOrInterfaceTypeToInstantiateCstNode & {
294
+ }> | import("prettier").AstPath<import("java-parser").ClassOrInterfaceTypeToInstantiateCstNode & {
295
295
  comments?: import("./comments.js").JavaComment[];
296
- }> | import("prettier").AstPath<import("../../java-parser/api.js").MethodInvocationSuffixCstNode & {
296
+ }> | import("prettier").AstPath<import("java-parser").MethodInvocationSuffixCstNode & {
297
297
  comments?: import("./comments.js").JavaComment[];
298
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ArgumentListCstNode & {
298
+ }> | import("prettier").AstPath<import("java-parser").ArgumentListCstNode & {
299
299
  comments?: import("./comments.js").JavaComment[];
300
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ArrayCreationExpressionCstNode & {
300
+ }> | import("prettier").AstPath<import("java-parser").ArrayCreationExpressionCstNode & {
301
301
  comments?: import("./comments.js").JavaComment[];
302
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ArrayCreationExpressionWithoutInitializerSuffixCstNode & {
302
+ }> | import("prettier").AstPath<import("java-parser").ArrayCreationExpressionWithoutInitializerSuffixCstNode & {
303
303
  comments?: import("./comments.js").JavaComment[];
304
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ArrayCreationWithInitializerSuffixCstNode & {
304
+ }> | import("prettier").AstPath<import("java-parser").ArrayCreationWithInitializerSuffixCstNode & {
305
305
  comments?: import("./comments.js").JavaComment[];
306
- }> | import("prettier").AstPath<import("../../java-parser/api.js").DimExprsCstNode & {
306
+ }> | import("prettier").AstPath<import("java-parser").DimExprsCstNode & {
307
307
  comments?: import("./comments.js").JavaComment[];
308
- }> | import("prettier").AstPath<import("../../java-parser/api.js").DimExprCstNode & {
308
+ }> | import("prettier").AstPath<import("java-parser").DimExprCstNode & {
309
309
  comments?: import("./comments.js").JavaComment[];
310
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ClassLiteralSuffixCstNode & {
310
+ }> | import("prettier").AstPath<import("java-parser").ClassLiteralSuffixCstNode & {
311
311
  comments?: import("./comments.js").JavaComment[];
312
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ArrayAccessSuffixCstNode & {
312
+ }> | import("prettier").AstPath<import("java-parser").ArrayAccessSuffixCstNode & {
313
313
  comments?: import("./comments.js").JavaComment[];
314
- }> | import("prettier").AstPath<import("../../java-parser/api.js").MethodReferenceSuffixCstNode & {
314
+ }> | import("prettier").AstPath<import("java-parser").MethodReferenceSuffixCstNode & {
315
315
  comments?: import("./comments.js").JavaComment[];
316
- }> | import("prettier").AstPath<import("../../java-parser/api.js").StringTemplateCstNode & {
316
+ }> | import("prettier").AstPath<import("java-parser").StringTemplateCstNode & {
317
317
  comments?: import("./comments.js").JavaComment[];
318
- }> | import("prettier").AstPath<import("../../java-parser/api.js").TextBlockTemplateCstNode & {
318
+ }> | import("prettier").AstPath<import("java-parser").TextBlockTemplateCstNode & {
319
319
  comments?: import("./comments.js").JavaComment[];
320
- }> | import("prettier").AstPath<import("../../java-parser/api.js").RecordPatternCstNode & {
320
+ }> | import("prettier").AstPath<import("java-parser").RecordPatternCstNode & {
321
321
  comments?: import("./comments.js").JavaComment[];
322
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ComponentPatternListCstNode & {
322
+ }> | import("prettier").AstPath<import("java-parser").ComponentPatternListCstNode & {
323
323
  comments?: import("./comments.js").JavaComment[];
324
- }> | import("prettier").AstPath<import("../../java-parser/api.js").GuardCstNode & {
324
+ }> | import("prettier").AstPath<import("java-parser").GuardCstNode & {
325
325
  comments?: import("./comments.js").JavaComment[];
326
- }> | import("prettier").AstPath<import("../../java-parser/api.js").TemplateCstNode & {
326
+ }> | import("prettier").AstPath<import("java-parser").TemplateCstNode & {
327
327
  comments?: import("./comments.js").JavaComment[];
328
- }> | import("prettier").AstPath<import("../../java-parser/api.js").PatternCstNode & {
328
+ }> | import("prettier").AstPath<import("java-parser").PatternCstNode & {
329
329
  comments?: import("./comments.js").JavaComment[];
330
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ExpressionCstNode & {
330
+ }> | import("prettier").AstPath<import("java-parser").ExpressionCstNode & {
331
331
  comments?: import("./comments.js").JavaComment[];
332
- }> | import("prettier").AstPath<import("../../java-parser/api.js").TypePatternCstNode & {
332
+ }> | import("prettier").AstPath<import("java-parser").TypePatternCstNode & {
333
333
  comments?: import("./comments.js").JavaComment[];
334
- }> | import("prettier").AstPath<import("../../java-parser/api.js").CastExpressionCstNode & {
334
+ }> | import("prettier").AstPath<import("java-parser").CastExpressionCstNode & {
335
335
  comments?: import("./comments.js").JavaComment[];
336
- }> | import("prettier").AstPath<import("../../java-parser/api.js").TypeArgumentsOrDiamondCstNode & {
336
+ }> | import("prettier").AstPath<import("java-parser").TypeArgumentsOrDiamondCstNode & {
337
337
  comments?: import("./comments.js").JavaComment[];
338
- }> | import("prettier").AstPath<import("../../java-parser/api.js").DiamondCstNode & {
338
+ }> | import("prettier").AstPath<import("java-parser").DiamondCstNode & {
339
339
  comments?: import("./comments.js").JavaComment[];
340
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ComponentPatternCstNode & {
340
+ }> | import("prettier").AstPath<import("java-parser").ComponentPatternCstNode & {
341
341
  comments?: import("./comments.js").JavaComment[];
342
- }> | import("prettier").AstPath<import("../../java-parser/api.js").MatchAllPatternCstNode & {
342
+ }> | import("prettier").AstPath<import("java-parser").MatchAllPatternCstNode & {
343
343
  comments?: import("./comments.js").JavaComment[];
344
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ConciseLambdaParameterCstNode & {
344
+ }> | import("prettier").AstPath<import("java-parser").ConciseLambdaParameterCstNode & {
345
345
  comments?: import("./comments.js").JavaComment[];
346
- }> | import("prettier").AstPath<import("../../java-parser/api.js").EmbeddedExpressionCstNode & {
346
+ }> | import("prettier").AstPath<import("java-parser").EmbeddedExpressionCstNode & {
347
347
  comments?: import("./comments.js").JavaComment[];
348
- }> | import("prettier").AstPath<import("../../java-parser/api.js").LambdaBodyCstNode & {
348
+ }> | import("prettier").AstPath<import("java-parser").LambdaBodyCstNode & {
349
349
  comments?: import("./comments.js").JavaComment[];
350
- }> | import("prettier").AstPath<import("../../java-parser/api.js").LambdaParameterListCstNode & {
350
+ }> | import("prettier").AstPath<import("java-parser").LambdaParameterListCstNode & {
351
351
  comments?: import("./comments.js").JavaComment[];
352
- }> | import("prettier").AstPath<import("../../java-parser/api.js").NormalLambdaParameterCstNode & {
352
+ }> | import("prettier").AstPath<import("java-parser").NormalLambdaParameterCstNode & {
353
353
  comments?: import("./comments.js").JavaComment[];
354
- }> | import("prettier").AstPath<import("../../java-parser/api.js").LambdaParameterTypeCstNode & {
354
+ }> | import("prettier").AstPath<import("java-parser").LambdaParameterTypeCstNode & {
355
355
  comments?: import("./comments.js").JavaComment[];
356
- }> | import("prettier").AstPath<import("../../java-parser/api.js").NewExpressionCstNode & {
356
+ }> | import("prettier").AstPath<import("java-parser").NewExpressionCstNode & {
357
357
  comments?: import("./comments.js").JavaComment[];
358
- }> | import("prettier").AstPath<import("../../java-parser/api.js").PrimaryPrefixCstNode & {
358
+ }> | import("prettier").AstPath<import("java-parser").PrimaryPrefixCstNode & {
359
359
  comments?: import("./comments.js").JavaComment[];
360
- }> | import("prettier").AstPath<import("../../java-parser/api.js").TemplateArgumentCstNode & {
360
+ }> | import("prettier").AstPath<import("java-parser").TemplateArgumentCstNode & {
361
361
  comments?: import("./comments.js").JavaComment[];
362
- }> | import("prettier").AstPath<import("../../java-parser/api.js").InterfaceDeclarationCstNode & {
362
+ }> | import("prettier").AstPath<import("java-parser").InterfaceDeclarationCstNode & {
363
363
  comments?: import("./comments.js").JavaComment[];
364
- }> | import("prettier").AstPath<import("../../java-parser/api.js").NormalInterfaceDeclarationCstNode & {
364
+ }> | import("prettier").AstPath<import("java-parser").NormalInterfaceDeclarationCstNode & {
365
365
  comments?: import("./comments.js").JavaComment[];
366
- }> | import("prettier").AstPath<import("../../java-parser/api.js").InterfaceExtendsCstNode & {
366
+ }> | import("prettier").AstPath<import("java-parser").InterfaceExtendsCstNode & {
367
367
  comments?: import("./comments.js").JavaComment[];
368
- }> | import("prettier").AstPath<import("../../java-parser/api.js").InterfaceBodyCstNode & {
368
+ }> | import("prettier").AstPath<import("java-parser").InterfaceBodyCstNode & {
369
369
  comments?: import("./comments.js").JavaComment[];
370
- }> | import("prettier").AstPath<import("../../java-parser/api.js").InterfaceMemberDeclarationCstNode & {
370
+ }> | import("prettier").AstPath<import("java-parser").InterfaceMemberDeclarationCstNode & {
371
371
  comments?: import("./comments.js").JavaComment[];
372
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ConstantDeclarationCstNode & {
372
+ }> | import("prettier").AstPath<import("java-parser").ConstantDeclarationCstNode & {
373
373
  comments?: import("./comments.js").JavaComment[];
374
- }> | import("prettier").AstPath<import("../../java-parser/api.js").InterfaceMethodDeclarationCstNode & {
374
+ }> | import("prettier").AstPath<import("java-parser").InterfaceMethodDeclarationCstNode & {
375
375
  comments?: import("./comments.js").JavaComment[];
376
- }> | import("prettier").AstPath<import("../../java-parser/api.js").AnnotationInterfaceDeclarationCstNode & {
376
+ }> | import("prettier").AstPath<import("java-parser").AnnotationInterfaceDeclarationCstNode & {
377
377
  comments?: import("./comments.js").JavaComment[];
378
- }> | import("prettier").AstPath<import("../../java-parser/api.js").AnnotationInterfaceBodyCstNode & {
378
+ }> | import("prettier").AstPath<import("java-parser").AnnotationInterfaceBodyCstNode & {
379
379
  comments?: import("./comments.js").JavaComment[];
380
- }> | import("prettier").AstPath<import("../../java-parser/api.js").AnnotationInterfaceMemberDeclarationCstNode & {
380
+ }> | import("prettier").AstPath<import("java-parser").AnnotationInterfaceMemberDeclarationCstNode & {
381
381
  comments?: import("./comments.js").JavaComment[];
382
- }> | import("prettier").AstPath<import("../../java-parser/api.js").AnnotationInterfaceElementDeclarationCstNode & {
382
+ }> | import("prettier").AstPath<import("java-parser").AnnotationInterfaceElementDeclarationCstNode & {
383
383
  comments?: import("./comments.js").JavaComment[];
384
- }> | import("prettier").AstPath<import("../../java-parser/api.js").DefaultValueCstNode & {
384
+ }> | import("prettier").AstPath<import("java-parser").DefaultValueCstNode & {
385
385
  comments?: import("./comments.js").JavaComment[];
386
- }> | import("prettier").AstPath<import("../../java-parser/api.js").AnnotationCstNode & {
386
+ }> | import("prettier").AstPath<import("java-parser").AnnotationCstNode & {
387
387
  comments?: import("./comments.js").JavaComment[];
388
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ElementValuePairListCstNode & {
388
+ }> | import("prettier").AstPath<import("java-parser").ElementValuePairListCstNode & {
389
389
  comments?: import("./comments.js").JavaComment[];
390
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ElementValuePairCstNode & {
390
+ }> | import("prettier").AstPath<import("java-parser").ElementValuePairCstNode & {
391
391
  comments?: import("./comments.js").JavaComment[];
392
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ElementValueArrayInitializerCstNode & {
392
+ }> | import("prettier").AstPath<import("java-parser").ElementValueArrayInitializerCstNode & {
393
393
  comments?: import("./comments.js").JavaComment[];
394
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ElementValueListCstNode & {
394
+ }> | import("prettier").AstPath<import("java-parser").ElementValueListCstNode & {
395
395
  comments?: import("./comments.js").JavaComment[];
396
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ElementValueCstNode & {
396
+ }> | import("prettier").AstPath<import("java-parser").ElementValueCstNode & {
397
397
  comments?: import("./comments.js").JavaComment[];
398
- }> | import("prettier").AstPath<import("../../java-parser/api.js").AnnotationInterfaceElementModifierCstNode & {
398
+ }> | import("prettier").AstPath<import("java-parser").AnnotationInterfaceElementModifierCstNode & {
399
399
  comments?: import("./comments.js").JavaComment[];
400
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ConstantModifierCstNode & {
400
+ }> | import("prettier").AstPath<import("java-parser").ConstantModifierCstNode & {
401
401
  comments?: import("./comments.js").JavaComment[];
402
- }> | import("prettier").AstPath<import("../../java-parser/api.js").InterfaceModifierCstNode & {
402
+ }> | import("prettier").AstPath<import("java-parser").InterfaceModifierCstNode & {
403
403
  comments?: import("./comments.js").JavaComment[];
404
- }> | import("prettier").AstPath<import("../../java-parser/api.js").InterfacePermitsCstNode & {
404
+ }> | import("prettier").AstPath<import("java-parser").InterfacePermitsCstNode & {
405
405
  comments?: import("./comments.js").JavaComment[];
406
- }> | import("prettier").AstPath<import("../../java-parser/api.js").InterfaceMethodModifierCstNode & {
406
+ }> | import("prettier").AstPath<import("java-parser").InterfaceMethodModifierCstNode & {
407
407
  comments?: import("./comments.js").JavaComment[];
408
- }> | import("prettier").AstPath<import("../../java-parser/api.js").LiteralCstNode & {
408
+ }> | import("prettier").AstPath<import("java-parser").LiteralCstNode & {
409
409
  comments?: import("./comments.js").JavaComment[];
410
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ShiftOperatorCstNode & {
410
+ }> | import("prettier").AstPath<import("java-parser").ShiftOperatorCstNode & {
411
411
  comments?: import("./comments.js").JavaComment[];
412
- }> | import("prettier").AstPath<import("../../java-parser/api.js").BooleanLiteralCstNode & {
412
+ }> | import("prettier").AstPath<import("java-parser").BooleanLiteralCstNode & {
413
413
  comments?: import("./comments.js").JavaComment[];
414
- }> | import("prettier").AstPath<import("../../java-parser/api.js").FloatingPointLiteralCstNode & {
414
+ }> | import("prettier").AstPath<import("java-parser").FloatingPointLiteralCstNode & {
415
415
  comments?: import("./comments.js").JavaComment[];
416
- }> | import("prettier").AstPath<import("../../java-parser/api.js").IntegerLiteralCstNode & {
416
+ }> | import("prettier").AstPath<import("java-parser").IntegerLiteralCstNode & {
417
417
  comments?: import("./comments.js").JavaComment[];
418
- }> | import("prettier").AstPath<import("../../java-parser/api.js").MethodNameCstNode & {
418
+ }> | import("prettier").AstPath<import("java-parser").MethodNameCstNode & {
419
419
  comments?: import("./comments.js").JavaComment[];
420
- }> | import("prettier").AstPath<import("../../java-parser/api.js").AmbiguousNameCstNode & {
420
+ }> | import("prettier").AstPath<import("java-parser").AmbiguousNameCstNode & {
421
421
  comments?: import("./comments.js").JavaComment[];
422
- }> | import("prettier").AstPath<import("../../java-parser/api.js").TypeNameCstNode & {
422
+ }> | import("prettier").AstPath<import("java-parser").TypeNameCstNode & {
423
423
  comments?: import("./comments.js").JavaComment[];
424
- }> | import("prettier").AstPath<import("../../java-parser/api.js").TypeIdentifierCstNode & {
424
+ }> | import("prettier").AstPath<import("java-parser").TypeIdentifierCstNode & {
425
425
  comments?: import("./comments.js").JavaComment[];
426
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ExpressionNameCstNode & {
426
+ }> | import("prettier").AstPath<import("java-parser").ExpressionNameCstNode & {
427
427
  comments?: import("./comments.js").JavaComment[];
428
- }> | import("prettier").AstPath<import("../../java-parser/api.js").PackageNameCstNode & {
428
+ }> | import("prettier").AstPath<import("java-parser").PackageNameCstNode & {
429
429
  comments?: import("./comments.js").JavaComment[];
430
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ModuleNameCstNode & {
430
+ }> | import("prettier").AstPath<import("java-parser").ModuleNameCstNode & {
431
431
  comments?: import("./comments.js").JavaComment[];
432
- }> | import("prettier").AstPath<import("../../java-parser/api.js").PackageOrTypeNameCstNode & {
432
+ }> | import("prettier").AstPath<import("java-parser").PackageOrTypeNameCstNode & {
433
433
  comments?: import("./comments.js").JavaComment[];
434
- }> | import("prettier").AstPath<import("../../java-parser/api.js").CompilationUnitCstNode & {
434
+ }> | import("prettier").AstPath<import("java-parser").CompilationUnitCstNode & {
435
435
  comments?: import("./comments.js").JavaComment[];
436
- }> | import("prettier").AstPath<import("../../java-parser/api.js").OrdinaryCompilationUnitCstNode & {
436
+ }> | import("prettier").AstPath<import("java-parser").OrdinaryCompilationUnitCstNode & {
437
437
  comments?: import("./comments.js").JavaComment[];
438
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ModularCompilationUnitCstNode & {
438
+ }> | import("prettier").AstPath<import("java-parser").ModularCompilationUnitCstNode & {
439
439
  comments?: import("./comments.js").JavaComment[];
440
- }> | import("prettier").AstPath<import("../../java-parser/api.js").PackageDeclarationCstNode & {
440
+ }> | import("prettier").AstPath<import("java-parser").PackageDeclarationCstNode & {
441
441
  comments?: import("./comments.js").JavaComment[];
442
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ImportDeclarationCstNode & {
442
+ }> | import("prettier").AstPath<import("java-parser").ImportDeclarationCstNode & {
443
443
  comments?: import("./comments.js").JavaComment[];
444
- }> | import("prettier").AstPath<import("../../java-parser/api.js").TypeDeclarationCstNode & {
444
+ }> | import("prettier").AstPath<import("java-parser").TypeDeclarationCstNode & {
445
445
  comments?: import("./comments.js").JavaComment[];
446
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ModuleDeclarationCstNode & {
446
+ }> | import("prettier").AstPath<import("java-parser").ModuleDeclarationCstNode & {
447
447
  comments?: import("./comments.js").JavaComment[];
448
- }> | import("prettier").AstPath<import("../../java-parser/api.js").RequiresModuleDirectiveCstNode & {
448
+ }> | import("prettier").AstPath<import("java-parser").RequiresModuleDirectiveCstNode & {
449
449
  comments?: import("./comments.js").JavaComment[];
450
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ExportsModuleDirectiveCstNode & {
450
+ }> | import("prettier").AstPath<import("java-parser").ExportsModuleDirectiveCstNode & {
451
451
  comments?: import("./comments.js").JavaComment[];
452
- }> | import("prettier").AstPath<import("../../java-parser/api.js").OpensModuleDirectiveCstNode & {
452
+ }> | import("prettier").AstPath<import("java-parser").OpensModuleDirectiveCstNode & {
453
453
  comments?: import("./comments.js").JavaComment[];
454
- }> | import("prettier").AstPath<import("../../java-parser/api.js").UsesModuleDirectiveCstNode & {
454
+ }> | import("prettier").AstPath<import("java-parser").UsesModuleDirectiveCstNode & {
455
455
  comments?: import("./comments.js").JavaComment[];
456
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ProvidesModuleDirectiveCstNode & {
456
+ }> | import("prettier").AstPath<import("java-parser").ProvidesModuleDirectiveCstNode & {
457
457
  comments?: import("./comments.js").JavaComment[];
458
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ModuleDirectiveCstNode & {
458
+ }> | import("prettier").AstPath<import("java-parser").ModuleDirectiveCstNode & {
459
459
  comments?: import("./comments.js").JavaComment[];
460
- }> | import("prettier").AstPath<import("../../java-parser/api.js").RequiresModifierCstNode & {
460
+ }> | import("prettier").AstPath<import("java-parser").RequiresModifierCstNode & {
461
461
  comments?: import("./comments.js").JavaComment[];
462
- }> | import("prettier").AstPath<import("../../java-parser/api.js").PackageModifierCstNode & {
462
+ }> | import("prettier").AstPath<import("java-parser").PackageModifierCstNode & {
463
463
  comments?: import("./comments.js").JavaComment[];
464
- }> | import("prettier").AstPath<import("../../java-parser/api.js").PrimitiveTypeCstNode & {
464
+ }> | import("prettier").AstPath<import("java-parser").PrimitiveTypeCstNode & {
465
465
  comments?: import("./comments.js").JavaComment[];
466
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ReferenceTypeCstNode & {
466
+ }> | import("prettier").AstPath<import("java-parser").ReferenceTypeCstNode & {
467
467
  comments?: import("./comments.js").JavaComment[];
468
- }> | import("prettier").AstPath<import("../../java-parser/api.js").TypeVariableCstNode & {
468
+ }> | import("prettier").AstPath<import("java-parser").TypeVariableCstNode & {
469
469
  comments?: import("./comments.js").JavaComment[];
470
- }> | import("prettier").AstPath<import("../../java-parser/api.js").DimsCstNode & {
470
+ }> | import("prettier").AstPath<import("java-parser").DimsCstNode & {
471
471
  comments?: import("./comments.js").JavaComment[];
472
- }> | import("prettier").AstPath<import("../../java-parser/api.js").TypeParameterCstNode & {
472
+ }> | import("prettier").AstPath<import("java-parser").TypeParameterCstNode & {
473
473
  comments?: import("./comments.js").JavaComment[];
474
- }> | import("prettier").AstPath<import("../../java-parser/api.js").TypeBoundCstNode & {
474
+ }> | import("prettier").AstPath<import("java-parser").TypeBoundCstNode & {
475
475
  comments?: import("./comments.js").JavaComment[];
476
- }> | import("prettier").AstPath<import("../../java-parser/api.js").AdditionalBoundCstNode & {
476
+ }> | import("prettier").AstPath<import("java-parser").AdditionalBoundCstNode & {
477
477
  comments?: import("./comments.js").JavaComment[];
478
- }> | import("prettier").AstPath<import("../../java-parser/api.js").TypeArgumentsCstNode & {
478
+ }> | import("prettier").AstPath<import("java-parser").TypeArgumentsCstNode & {
479
479
  comments?: import("./comments.js").JavaComment[];
480
- }> | import("prettier").AstPath<import("../../java-parser/api.js").TypeArgumentListCstNode & {
480
+ }> | import("prettier").AstPath<import("java-parser").TypeArgumentListCstNode & {
481
481
  comments?: import("./comments.js").JavaComment[];
482
- }> | import("prettier").AstPath<import("../../java-parser/api.js").WildcardCstNode & {
482
+ }> | import("prettier").AstPath<import("java-parser").WildcardCstNode & {
483
483
  comments?: import("./comments.js").JavaComment[];
484
- }> | import("prettier").AstPath<import("../../java-parser/api.js").WildcardBoundsCstNode & {
484
+ }> | import("prettier").AstPath<import("java-parser").WildcardBoundsCstNode & {
485
485
  comments?: import("./comments.js").JavaComment[];
486
- }> | import("prettier").AstPath<import("../../java-parser/api.js").InterfaceTypeCstNode & {
486
+ }> | import("prettier").AstPath<import("java-parser").InterfaceTypeCstNode & {
487
487
  comments?: import("./comments.js").JavaComment[];
488
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ClassTypeCstNode & {
488
+ }> | import("prettier").AstPath<import("java-parser").ClassTypeCstNode & {
489
489
  comments?: import("./comments.js").JavaComment[];
490
- }> | import("prettier").AstPath<import("../../java-parser/api.js").NumericTypeCstNode & {
490
+ }> | import("prettier").AstPath<import("java-parser").NumericTypeCstNode & {
491
491
  comments?: import("./comments.js").JavaComment[];
492
- }> | import("prettier").AstPath<import("../../java-parser/api.js").ClassOrInterfaceTypeCstNode & {
492
+ }> | import("prettier").AstPath<import("java-parser").ClassOrInterfaceTypeCstNode & {
493
493
  comments?: import("./comments.js").JavaComment[];
494
- }> | import("prettier").AstPath<import("../../java-parser/api.js").FloatingPointTypeCstNode & {
494
+ }> | import("prettier").AstPath<import("java-parser").FloatingPointTypeCstNode & {
495
495
  comments?: import("./comments.js").JavaComment[];
496
- }> | import("prettier").AstPath<import("../../java-parser/api.js").IntegralTypeCstNode & {
496
+ }> | import("prettier").AstPath<import("java-parser").IntegralTypeCstNode & {
497
497
  comments?: import("./comments.js").JavaComment[];
498
- }> | import("prettier").AstPath<import("../../java-parser/api.js").TypeArgumentCstNode & {
498
+ }> | import("prettier").AstPath<import("java-parser").TypeArgumentCstNode & {
499
499
  comments?: import("./comments.js").JavaComment[];
500
- }> | import("prettier").AstPath<import("../../java-parser/api.js").TypeParameterModifierCstNode & {
500
+ }> | import("prettier").AstPath<import("java-parser").TypeParameterModifierCstNode & {
501
501
  comments?: import("./comments.js").JavaComment[];
502
- }> | import("prettier").AstPath<import("../../java-parser/api.js").IToken & {
502
+ }> | import("prettier").AstPath<import("java-parser").IToken & {
503
503
  comments?: import("./comments.js").JavaComment[];
504
504
  }>, options: import("prettier").ParserOptions<JavaNode>, print: (path: import("prettier").AstPath<JavaNode>) => import("prettier").Doc, args: unknown): import("prettier/doc.js").builders.Doc;
505
505
  hasPrettierIgnore(path: import("prettier").AstPath<JavaNode>): boolean;
@@ -525,6 +525,16 @@ declare const _default: {
525
525
  }[];
526
526
  description: string;
527
527
  };
528
+ arrowParens: {
529
+ type: "choice";
530
+ category: string;
531
+ default: string;
532
+ choices: {
533
+ value: string;
534
+ description: string;
535
+ }[];
536
+ description: string;
537
+ };
528
538
  trailingComma: {
529
539
  type: "choice";
530
540
  category: string;
@@ -535,6 +545,16 @@ declare const _default: {
535
545
  }[];
536
546
  description: string;
537
547
  };
548
+ experimentalOperatorPosition: {
549
+ type: "choice";
550
+ category: string;
551
+ default: string;
552
+ choices: {
553
+ value: string;
554
+ description: string;
555
+ }[];
556
+ description: string;
557
+ };
538
558
  };
539
559
  defaultOptions: {
540
560
  arrowParens: "avoid";