mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
chore: less usingnamespace, deprecate bun.C in favor of automatic translate-c (#17830)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user