mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
this commit removes whitespace and changes Decl, AstNode and Type to be json arrays instead of json objects. This change reduces json payload size for the stdlib from 25mb to < 10mb.