mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
no usingnamespace, organize jsc namespace, enable -fincremental (#19122)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const std = @import("std");
|
||||
const bun = @import("bun");
|
||||
const postgres = bun.JSC.Postgres;
|
||||
const postgres = bun.api.Postgres;
|
||||
const Data = postgres.Data;
|
||||
const protocol = @This();
|
||||
const PostgresInt32 = postgres.PostgresInt32;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
const std = @import("std");
|
||||
const bun = @import("bun");
|
||||
const postgres = bun.JSC.Postgres;
|
||||
const postgres = bun.api.Postgres;
|
||||
const Data = postgres.Data;
|
||||
const protocol = @This();
|
||||
const PostgresInt32 = postgres.PostgresInt32;
|
||||
|
||||
Reference in New Issue
Block a user