Searched defs:fix (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/runtime_core/libabckit/ |
| D | package.json | 12 "fix": "npx eslint --fix" string
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/model/ |
| D | Fix.ts | 39 fix: Function; property in FunctionFix
|
| D | ProjectConfig.ts | 27 fix: string; property in ProjectConfig
|
| D | Defects.ts | 57 fix: RuleFix | FunctionFix | AIFix | undefined; property in IssueReport
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/code_fix/ |
| D | ui_plugin_suggest.cpp | 85 …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/ |
| D | projectConfig.json | 9 "fix": "false", string
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | QuasiEditor.ts | 93 fix(problemInfos: ProblemInfo[], needAddUseStatic: boolean | undefined): string { method in QuasiEditor
|
| D | Autofixer.ts | 3567 const fix = this.fixLiteralAsPropertyNamePropertyName(nameNode); constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/ |
| D | package.json | 24 "fix": "npm run prettier-fix && npm run eslint-fix", string
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | HomeCheck.ts | 97 const fix = issueReport.fix as RuleFix; constant
|
| D | LinterRunner.ts | 221 function fix( function
|
| /arkcompiler/runtime_core/static_core/templates/ |
| D | common.rb | 51 def fix(options) method in Option
|
| /arkcompiler/ets_frontend/ets2panda/linter/ |
| D | package.json | 43 "fix": "npm run prettier-fix && npm run eslint-fix", string
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | internal_api.cpp | 776 for (auto fix : fixes) { in GetCodeFixesAtPositionImpl() local
|