Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lib/elixir/lib/macro.ex
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ defmodule Macro do

The following metadata keys are enabled by `Code.string_to_quoted/2`:

* `:assoc` - contains metadata about the `=>` operator location in a
map key-value AST node (when `:token_metadata` is true). This entry
appears on map key nodes only

* `:closing` - contains metadata about the closing pair, such as a `}`
in a tuple or in a map, or such as the closing `)` in a function call
with parens (when `:token_metadata` is true). If the function call
Expand Down
Loading