Closed samuelstroschein closed 1 month ago
The compiler treats a variant as message, making the compiler harder to understand and testing more difficult.
message
Split compileMessage into compileMessage and compileVariant
compileMessage
compileVariant
compile compileBundle compileMessage compileVariant compilePattern
not needed / nice to have
Context
The compiler treats a variant as
message
, making the compiler harder to understand and testing more difficult.Proposal
Split
compileMessage
intocompileMessage
andcompileVariant