chore: less usingnamespace, deprecate bun.C in favor of automatic translate-c (#17830)

This commit is contained in:
chloe caruso
2025-03-03 15:04:21 -08:00
committed by GitHub
parent 6e140b4b13
commit 1a6a34700f
43 changed files with 2459 additions and 2581 deletions

View File

@@ -5583,7 +5583,7 @@ pub fn moveSlice(slice: string, from: string, to: string) string {
return result;
}
pub usingnamespace @import("exact_size_matcher.zig");
pub const ExactSizeMatcher = @import("exact_size_matcher.zig").ExactSizeMatcher;
pub const unicode_replacement = 0xFFFD;
pub const unicode_replacement_str = brk: {