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
732 const autofixable = autofix !== undefined; constant
836 let autofixable = autofix != undefined; variable
848 const autofixable = autofix !== undefined; constant
972 const autofixable = !isGeneric && !isGenerator && !hasThisKeyword && !hasUnfixableReturnType; constant
1051 let autofixable = false; variable
1848 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