Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/codeFix/engines/
DEsLintFixEngine.ts132 const subCol = defectNew.reportColumn - fixEndCol; constant
138 const subCol = fix.text.length - (end - start); constant