Searched defs:autofixable (Results 1 – 2 of 2) sorted by relevance
55 autofixable: boolean; property672 const autofixable = autofix !== undefined; constant715 let autofixable = autofix != undefined; variable819 const autofixable = !isGeneric && !isGenerator && !hasThisKeyword && !hasUnfixableReturnType; constant893 let autofixable = false; variable1488 const autofixable = autofix !== undefined; constant
57 autofixable: boolean; property683 const autofixable = autofix !== undefined; constant795 const autofixable = !isGeneric && !isGenerator && !containsThis && !hasUnfixableReturnType; constant865 let autofixable = false; variable1436 const autofixable = autofix !== undefined; constant