mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +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.