Current section
Files
Jump to
Current section
Files
include/sprocket@internal@reconcile_ReconciledElement.hrl
-record(reconciled_element, {
tag :: binary(),
key :: gleam@option:option(binary()),
attrs :: list(sprocket@internal@reconcile:reconciled_attribute()),
children :: list(sprocket@internal@reconcile:reconciled_element())
}).