Home
last modified time | relevance | path

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

/third_party/typescript/src/linter/ArkTSLinter_1_0/
DTypeScriptLinter.ts58 autofix?: Autofix[]; property
682 let autofix: Autofix[] | undefined = Autofixer.fixLiteralAsPropertyName(node); variable
797 let autofix: Autofix[] | undefined; variable
866 let autofix: Autofix[] | undefined; variable
1240 let autofix: Autofix[] | undefined; variable
1435 let autofix = Autofixer.fixPropertyAccessByIndex(node); variable
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts56 autofix?: Autofix[]; property
731 let autofix: Autofix[] | undefined = Autofixer.fixLiteralAsPropertyName(node); variable
835 let autofix: Autofix[] | undefined = Autofixer.fixLiteralAsPropertyName(node); variable
847 let autofix: Autofix[] | undefined = Autofixer.fixLiteralAsPropertyName(node); variable
974 let autofix: Autofix[] | undefined; variable
1052 let autofix: Autofix[] | undefined; variable
1847 let autofix = Autofixer.fixPropertyAccessByIndex(node); variable
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwebidl2.js575 { level = "error", autofix, ruleName } = {} property