Home
last modified time | relevance | path

Searched defs:autofix (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/linter/test/
Dfunction_expression.ts.autofix.json22 "autofix": [ array
37 "autofix": [ array
60 "autofix": [ array
75 "autofix": [ array
90 "autofix": [ array
105 "autofix": [ array
120 "autofix": [ array
135 "autofix": [ array
198 "autofix": [ array
213 "autofix": [ array
[all …]
Dfunc_return_type.ts.autofix.json21 "autofix": [ array
35 "autofix": [ array
49 "autofix": [ array
98 "autofix": [ array
112 "autofix": [ array
126 "autofix": [ array
140 "autofix": [ array
154 "autofix": [ array
182 "autofix": [ array
196 "autofix": [ array
[all …]
Dtype_literals.ts.autofix.json21 "autofix": [ array
35 "autofix": [ array
49 "autofix": [ array
68 "autofix": [ array
87 "autofix": [ array
106 "autofix": [ array
120 "autofix": [ array
134 "autofix": [ array
153 "autofix": [ array
167 "autofix": [ array
[all …]
Dobject_literals_autofixes.ts.autofix.json28 "autofix": [ array
47 "autofix": [ array
73 "autofix": [ array
92 "autofix": [ array
118 "autofix": [ array
137 "autofix": [ array
156 "autofix": [ array
182 "autofix": [ array
201 "autofix": [ array
220 "autofix": [ array
[all …]
Dprivate_identifiers.ts.autofix.json70 "autofix": [ array
98 "autofix": [ array
126 "autofix": [ array
146 "autofix": [ array
166 "autofix": [ array
186 "autofix": [ array
206 "autofix": [ array
226 "autofix": [ array
262 "autofix": [ array
282 "autofix": [ array
[all …]
Dliterals_as_prop_names.ts.autofix.json21 "autofix": [ array
45 "autofix": [ array
69 "autofix": [ array
83 "autofix": [ array
107 "autofix": [ array
131 "autofix": [ array
171 "autofix": [ array
190 "autofix": [ array
209 "autofix": [ array
Dtypes.ts.autofix.json42 "autofix": [ array
61 "autofix": [ array
96 "autofix": [ array
124 "autofix": [ array
159 "autofix": [ array
178 "autofix": [ array
197 "autofix": [ array
253 "autofix": [ array
274 "autofix": [ array
293 "autofix": [ array
[all …]
Dobject_literals.ts.autofix.json21 "autofix": [ array
47 "autofix": [ array
73 "autofix": [ array
148 "autofix": [ array
188 "autofix": [ array
249 "autofix": [ array
268 "autofix": [ array
289 "autofix": [ array
303 "autofix": [ array
329 "autofix": [ array
[all …]
Dobject_literals_3.ts.autofix.json21 "autofix": [ array
40 "autofix": [ array
59 "autofix": [ array
85 "autofix": [ array
104 "autofix": [ array
123 "autofix": [ array
184 "autofix": [ array
210 "autofix": [ array
236 "autofix": [ array
262 "autofix": [ array
[all …]
Dparameter_properties.ts.autofix.json21 "autofix": [ array
55 "autofix": [ array
89 "autofix": [ array
123 "autofix": [ array
152 "autofix": [ array
209 "autofix": [ array
Dclass_static_block.ts.autofix.json19 "autofix": [ array
Dcatch_clause.ts.autofix.json30 "autofix": [ array
61 "autofix": [ array
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule92.ts.autofix.json21 "autofix": [ array
35 "autofix": [ array
49 "autofix": [ array
63 "autofix": [ array
77 "autofix": [ array
91 "autofix": [ array
105 "autofix": [ array
119 "autofix": [ array
Drule71.ts.autofix.json63 "autofix": [ array
77 "autofix": [ array
98 "autofix": [ array
112 "autofix": [ array
126 "autofix": [ array
140 "autofix": [ array
154 "autofix": [ array
168 "autofix": [ array
203 "autofix": [ array
Drule113.ts.autofix.json21 "autofix": [ array
45 "autofix": [ array
69 "autofix": [ array
121 "autofix": [ array
147 "autofix": [ array
173 "autofix": [ array
192 "autofix": [ array
Drule3.ts.autofix.json22 "autofix": [ array
37 "autofix": [ array
67 "autofix": [ array
97 "autofix": [ array
127 "autofix": [ array
157 "autofix": [ array
187 "autofix": [ array
217 "autofix": [ array
247 "autofix": [ array
Drule5.ts.autofix.json21 "autofix": [ array
35 "autofix": [ array
49 "autofix": [ array
63 "autofix": [ array
84 "autofix": [ array
98 "autofix": [ array
112 "autofix": [ array
147 "autofix": [ array
168 "autofix": [ array
182 "autofix": [ array
[all …]
Drule1.ts.autofix.json21 "autofix": [ array
35 "autofix": [ array
75 "autofix": [ array
Drule25.ts.autofix.json22 "autofix": [ array
56 "autofix": [ array
90 "autofix": [ array
Drule29.ts.autofix.json22 "autofix": [ array
Drule90_3.ts.autofix.json22 "autofix": [ array
Drule46.ts.autofix.json22 "autofix": [ array
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts479 const autofix = this.autofixer?.fixUntypedObjectLiteral(objectLiteralExpr, objectLiteralType); constant
567 const autofix = this.autofixer?.fixEnumMerging(enumSymbol, enumDeclsInFile); constant
727 const autofix = this.autofixer?.fixLiteralAsPropertyNamePropertyName(propName); constant
795 const autofix = this.autofixer?.fixLiteralAsPropertyNamePropertyAssignment(node); constant
803 const autofix = this.autofixer?.fixLiteralAsPropertyNamePropertyName(propName); constant
923 const autofix = this.autofixer?.fixFunctionExpression( constant
971 const autofix = this.autofixer?.fixNestedFunction(tsFunctionDeclaration); constant
1018 let autofix: Autofix[] | undefined; variable
1199 const autofix = this.autofixer?.fixCommaOperator(tsExprNode); constant
1227 const autofix = this.autofixer?.fixVarDeclaration(node as ts.VariableDeclarationList); constant
[all …]
DProblemInfo.ts31 autofix?: Autofix[]; property
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DASTAutofixer.ts45 for (const autofix of autofixes) { constant

12