Home
last modified time | relevance | path

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

/third_party/typescript/src/linter/
DTypeScriptLinter.ts52 autofixable: boolean; property
662 const autofixable = autofix !== undefined; constant
764 const autofixable = !isGeneric && !isGenerator && !containsThis && !hasUnfixableReturnType; constant
834 let autofixable = false; variable
1387 const autofixable = autofix !== undefined; constant