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.
assoc
1 parent d3cef1f commit 8e4d2cdCopy full SHA for 8e4d2cd
lib/elixir/lib/macro.ex
@@ -134,6 +134,10 @@ defmodule Macro do
134
135
The following metadata keys are enabled by `Code.string_to_quoted/2`:
136
137
+ * `:assoc` - contains metadata about the `=>` operator location in a
138
+ map key-value AST node (when `:token_metadata` is true). This entry
139
+ appears on map key nodes only
140
+
141
* `:closing` - contains metadata about the closing pair, such as a `}`
142
in a tuple or in a map, or such as the closing `)` in a function call
143
with parens (when `:token_metadata` is true). If the function call
0 commit comments