We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f19efc commit 348524cCopy full SHA for 348524c
lib/elixir_sense/core/compiler/map.ex
@@ -25,6 +25,8 @@ defmodule ElixirSense.Core.Compiler.Map do
25
{struct_assocs, se} =
26
Compiler.Macro.escape(Enum.sort(Elixir.Map.to_list(without_keys)), se)
27
28
+ {e_struct_assocs, sa, ea} = Compiler.expand(struct_assocs, se, ee)
29
+
30
{{:%, meta, [e_left, {:%{}, map_meta, struct_assocs ++ assocs}]}, se, ee}
31
32
{:"%{}", _map_meta, assocs} ->
0 commit comments