Home
last modified time | relevance | path

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

/third_party/typescript/src/linter/ArkTSLinter_1_0/
DAutofixer.ts25 export const AUTOFIX_ALL: AutofixInfo = { problemID: "", start: -1, end: -1 }; constant
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DAutofixer.ts25 export const AUTOFIX_ALL: AutofixInfo = { problemID: "", start: -1, end: -1 }; constant