mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
[internal] Make string comparisons faster
This commit is contained in:
@@ -493,7 +493,7 @@ pub const CreateCommand = struct {
|
||||
var archive_context = Archive.Context{
|
||||
.pluckers = pluckers[0..@intCast(usize, @boolToInt(!create_options.skip_package_json))],
|
||||
.all_files = undefined,
|
||||
.overwrite_list = std.StringArrayHashMap(void).init(ctx.allocator),
|
||||
.overwrite_list = bun.StringArrayHashMap(void).init(ctx.allocator),
|
||||
};
|
||||
|
||||
if (!create_options.overwrite) {
|
||||
|
||||
Reference in New Issue
Block a user