Former-commit-id: 96ff169e46
This commit is contained in:
Jarred Sumner
2021-05-07 01:26:26 -07:00
parent dd9e7de689
commit fad34bb4ab
49 changed files with 5815 additions and 148 deletions

View File

@@ -64,10 +64,10 @@ pub const RequireOrImportMeta = struct {
is_wrapper_async: bool = false,
};
pub fn debug(comptime fmt: []const u8, args: anytype) callconv(.Inline) void {
// std.debug.print(fmt, args);
// Output.print(fmt, args);
}
pub fn debugl(
comptime fmt: []const u8,
) callconv(.Inline) void {
// std.debug.print("{s}\n", .{fmt});
// Output.print("{s}\n", .{fmt});
}