Skip to content

Commit

Permalink
comments: translate from portuguese to english
Browse files Browse the repository at this point in the history
  • Loading branch information
evaporei authored and macabeus committed Dec 31, 2019
1 parent d08b184 commit 05fdef9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions babel-algebraic-effects/src/traverseStateMachine.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ const traverseStateMachine = (scope, node, block, splitWhen, state) => {
}
})

// TODO: initializer e cases s贸 funcionam corretamente apenas se for usado assignment expressions na chamada da fun莽茫o com efeito
// TODO: n茫o funcionar谩 corretamente se tiver blocos aninhados
const initializer = ( // TODO: Precisa funcionar em casos em que o splitBodyForStates[0].length seja diferente de 1
// TODO: `initializer` and `cases` only work correctly if `assignmentExpression` is used on the call of the function with effect
// TODO: will not work correctly if it has aligned blocks
const initializer = ( // TODO: Needs to work on cases that `splitBodyForStates[0].length` is different than 1
splitBodyForStates[0][0].expression.right
)
const cases = (
Expand Down

0 comments on commit 05fdef9

Please sign in to comment.