We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b570742 commit 0815fe2Copy full SHA for 0815fe2
lib/elixir_script/passes/translate/forms/for.ex
@@ -2,11 +2,7 @@ defmodule ElixirScript.Translate.Forms.For do
2
@moduledoc false
3
4
alias ESTree.Tools.Builder, as: JS
5
-<<<<<<< HEAD
6
- alias ElixirScript.Translate.{Form, Clause, Identifier, Helpers}
7
-=======
8
alias ElixirScript.Translate.{Form, Clause, Helpers, Identifier}
9
->>>>>>> master
10
alias ElixirScript.Translate.Forms.Pattern
11
12
def compile({:for, _, generators}, state) do
0 commit comments