Content hashes for framework single-file component blocks.
The dev server uses these hashes to distinguish template, script, and style changes so HMR can choose the narrowest safe update.
@type t() :: %Volt.Pipeline.Result.Hashes{ script: String.t() | nil, style: String.t() | nil, template: String.t() | nil }