Home
last modified time | relevance | path

Searched defs:autofixable (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts55 autofixable: boolean; property
672 const autofixable = autofix !== undefined; constant
715 let autofixable = autofix != undefined; variable
819 const autofixable = !isGeneric && !isGenerator && !hasThisKeyword && !hasUnfixableReturnType; constant
893 let autofixable = false; variable
1488 const autofixable = autofix !== undefined; constant
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DTypeScriptLinter.ts57 autofixable: boolean; property
683 const autofixable = autofix !== undefined; constant
795 const autofixable = !isGeneric && !isGenerator && !containsThis && !hasUnfixableReturnType; constant
865 let autofixable = false; variable
1436 const autofixable = autofix !== undefined; constant