mirror of
https://git.xeondev.com/LR/S.git
synced 2026-03-22 15:42:39 +01:00
fix(proto): oneof codegen and encoding fixes
This commit is contained in:
@@ -336,7 +336,7 @@ fn compileMessage(mode: CompilationMode, arena: Allocator, l: *Lexer, out: *Io.W
|
||||
}
|
||||
|
||||
if (output_structures)
|
||||
try out.writeAll(" },\n");
|
||||
try out.writeAll(" } = null,\n");
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user