Home
last modified time | relevance | path

Searched refs:fixCommaOperator (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/
DAutofixer.ts462 fixCommaOperator(tsNode: ts.Node): Autofix[] { method in Autofixer
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts1199 const autofix = this.autofixer?.fixCommaOperator(tsExprNode);