Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/lib/
DFaultAttrs.ts22 public severity: ProblemSeverity = ProblemSeverity.ERROR property in FaultAttributes
DProblemInfo.ts26 severity: number; property
DInteropTypescriptLinter.ts176 const severity = faultsAttrs[faultId]?.severity ?? ProblemSeverity.ERROR; constant
186 severity: severity, constant
DTypeScriptLinter.ts271 const severity = faultsAttrs[faultId]?.severity ?? ProblemSeverity.ERROR; constant
281 severity: severity, constant
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/utils/lib/
DProblemInfo.ts26 severity: number; property
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DcheckContext.h58 …std::function<void(JsonObjectBuilder &)> DumpJSON(CheckSeverity severity, const std::string &sourc… in DumpJSON()
/arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/src/
Dcalculate-stats.ts23 severity: number; property