Skip to content

Commit

Permalink
Remove space-Test done
Browse files Browse the repository at this point in the history
  • Loading branch information
kKahina committed Aug 30, 2024
1 parent 2c5a92c commit 631d017
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/transformers/visitors/toOrchestrationVisitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ if (name.endsWith('_')) {




const newNode1 = buildNode('VariableDeclarationStatement', {
declarations: [decInnerNode],
initialValue: initInnerNode,
Expand Down Expand Up @@ -1396,14 +1395,9 @@ const visitor = {
});
if (path.node.leftHandSide.nodeType === 'IndexAccess') {
binOpNode.leftExpression.name = path.node.leftHandSide.baseExpression.name+'_'+ path.node.leftHandSide.indexExpression.name;

} else {
binOpNode.leftExpression.name = path.node.leftHandSide.name;
}




return assNode;
};

Expand Down

0 comments on commit 631d017

Please sign in to comment.