Opening this repo in my IDE it looks like the javascript_variables function doesn't know the ~E sigil. Maybe Elixir no longer allows using sigils in the same file that declared them? The same error also occurs on the Elixir master 0.12 development branch.
After an Elixir & OTP update this library fails to compile with the following reason:
My elixir version:
Opening this repo in my IDE it looks like the javascript_variables function doesn't know the ~E sigil. Maybe Elixir no longer allows using sigils in the same file that declared them? The same error also occurs on the Elixir master 0.12 development branch.