Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/
DAutofixer.ts464 const text = this.recursiveCommaOperator(tsExprNode);
468 private recursiveCommaOperator(tsExprNode: ts.BinaryExpression): string { method in Autofixer
475 text += this.recursiveCommaOperator(tsExprNode.left as ts.BinaryExpression);