zigfmt-web
zigfmt-web copied to clipboard
feature request: display parsing errors
Right now it seems like parse errors result in undefined output. For example (note the stray double quote):
input:
const std = @import("std"); " pub fn main() void { std.debug.warn("Hello World\n"); }
output:
const std = @import("std");