mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +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.