Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/
Dpackage.json12 "fix": "npx eslint --fix" string
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/model/
DFix.ts39 fix: Function; property in FunctionFix
DProjectConfig.ts27 fix: string; property in ProjectConfig
DDefects.ts57 fix: RuleFix | FunctionFix | AIFix | undefined; property in IssueReport
/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/code_fix/
Dui_plugin_suggest.cpp85 …auto fix = ark::es2panda::lsp::GetCodeFixesAtPositionImpl(ctx, index1, index2, codes, emptyOptions… in TEST_F() local
121 …auto fix = ark::es2panda::lsp::GetCodeFixesAtPositionImpl(ctx, index1, index1, codes, emptyOptions… in TEST_F() local
172 …auto fix = ark::es2panda::lsp::GetCodeFixesAtPositionImpl(ctx, index1, index1, codes, emptyOptions… in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/config/
DprojectConfig.json9 "fix": "false", string
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DQuasiEditor.ts93 fix(problemInfos: ProblemInfo[], needAddUseStatic: boolean | undefined): string { method in QuasiEditor
DAutofixer.ts3567 const fix = this.fixLiteralAsPropertyNamePropertyName(nameNode); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/
Dpackage.json24 "fix": "npm run prettier-fix && npm run eslint-fix", string
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DHomeCheck.ts97 const fix = issueReport.fix as RuleFix; constant
DLinterRunner.ts221 function fix( function
/arkcompiler/runtime_core/static_core/templates/
Dcommon.rb51 def fix(options) method in Option
/arkcompiler/ets_frontend/ets2panda/linter/
Dpackage.json43 "fix": "npm run prettier-fix && npm run eslint-fix", string
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dinternal_api.cpp776 for (auto fix : fixes) { in GetCodeFixesAtPositionImpl() local