Home
last modified time | relevance | path

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

1234

/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dsendable_decorator_limited.ts.autofix.json23 "autofix": [ array
40 "autofix": [ array
57 "autofix": [ array
74 "autofix": [ array
91 "autofix": [ array
108 "autofix": [ array
Dfunction_expression.ts.autofix.json23 "autofix": [ array
40 "autofix": [ array
67 "autofix": [ array
84 "autofix": [ array
101 "autofix": [ array
118 "autofix": [ array
135 "autofix": [ array
152 "autofix": [ array
229 "autofix": [ array
246 "autofix": [ array
[all …]
Dfunc_return_type.ts.autofix.json23 "autofix": [ array
40 "autofix": [ array
57 "autofix": [ array
124 "autofix": [ array
141 "autofix": [ array
158 "autofix": [ array
175 "autofix": [ array
192 "autofix": [ array
229 "autofix": [ array
246 "autofix": [ array
[all …]
Dprivate_identifiers.ts.autofix.json83 "autofix": [ array
115 "autofix": [ array
147 "autofix": [ array
169 "autofix": [ array
191 "autofix": [ array
213 "autofix": [ array
235 "autofix": [ array
257 "autofix": [ array
299 "autofix": [ array
321 "autofix": [ array
[all …]
Dtype_literals.ts.autofix.json23 "autofix": [ array
40 "autofix": [ array
57 "autofix": [ array
79 "autofix": [ array
101 "autofix": [ array
123 "autofix": [ array
140 "autofix": [ array
157 "autofix": [ array
179 "autofix": [ array
196 "autofix": [ array
[all …]
Dobject_literals_autofixes.ts.autofix.json33 "autofix": [ array
55 "autofix": [ array
87 "autofix": [ array
109 "autofix": [ array
141 "autofix": [ array
163 "autofix": [ array
185 "autofix": [ array
217 "autofix": [ array
239 "autofix": [ array
261 "autofix": [ array
[all …]
Dliterals_as_prop_names.ts.autofix.json23 "autofix": [ array
50 "autofix": [ array
77 "autofix": [ array
94 "autofix": [ array
121 "autofix": [ array
148 "autofix": [ array
200 "autofix": [ array
222 "autofix": [ array
244 "autofix": [ array
Dsendable_decorator_limited.ts.args.json17 "autofix": "" string
Dfunction_expression.ts.args.json17 "autofix": "" string
Dobject_literals_2.ts.args.json17 "autofix": "" string
Dtype_literals.ts.args.json17 "autofix": "" string
Dobject_literals_prop_func_type.ts.args.json17 "autofix": "" string
Dliterals_as_prop_names.ts.args.json17 "autofix": "" string
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts447 const autofix = this.autofixer?.fixUntypedObjectLiteral(objectLiteralExpr, objectLiteralType); constant
555 const autofix = this.autofixer?.fixEnumMerging(enumSymbol, enumDeclsInFile); constant
721 const autofix = this.autofixer?.fixLiteralAsPropertyNamePropertyName(propName); constant
789 const autofix = this.autofixer?.fixLiteralAsPropertyNamePropertyAssignment(node); constant
797 const autofix = this.autofixer?.fixLiteralAsPropertyNamePropertyName(propName); constant
877 const autofix = this.autofixer?.fixFunctionExpression( constant
925 const autofix = this.autofixer?.fixNestedFunction(tsFunctionDeclaration); constant
975 let autofix: Autofix[] | undefined; variable
1125 …const autofix = this.autofixer?.fixObjectLiteralExpressionDestructAssignment(node as ts.BinaryExpr… constant
1141 …const autofix = this.autofixer?.fixArrayBindingPatternAssignment(node as ts.BinaryExpression, isAr… constant
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DASTAutofixer.ts45 for (const autofix of autofixes) { constant
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule92.ts.autofix.json23 "autofix": [ array
40 "autofix": [ array
57 "autofix": [ array
74 "autofix": [ array
91 "autofix": [ array
108 "autofix": [ array
125 "autofix": [ array
142 "autofix": [ array
Drule3.ts.autofix.json23 "autofix": [ array
40 "autofix": [ array
72 "autofix": [ array
104 "autofix": [ array
136 "autofix": [ array
168 "autofix": [ array
200 "autofix": [ array
232 "autofix": [ array
264 "autofix": [ array
Drule71.ts.autofix.json83 "autofix": [ array
100 "autofix": [ array
127 "autofix": [ array
144 "autofix": [ array
161 "autofix": [ array
178 "autofix": [ array
195 "autofix": [ array
212 "autofix": [ array
259 "autofix": [ array
Drule3.ts.args.json17 "autofix": "" string
Drule40.ts.args.json17 "autofix": "" string
Drule90_2.ts.args.json17 "autofix": "" string
Drule29.ts.args.json17 "autofix": "" string
Drule92.ts.args.json17 "autofix": "" string
Drule90_3.ts.args.json17 "autofix": "" string
Drule38.ts.args.json17 "autofix": "" string

1234