[internal] Make string comparisons faster

This commit is contained in:
Jarred Sumner
2022-12-04 06:53:53 -08:00
parent 34b2e9acc2
commit 714ce7619d
25 changed files with 150 additions and 256 deletions

View File

@@ -557,7 +557,7 @@ pub const RunCommand = struct {
}
}
const ResultList = std.StringArrayHashMap(void);
const ResultList = bun.StringArrayHashMap(void);
if (this_bundler.env.map.get("SHELL")) |shell| {
shell_out.shell = ShellCompletions.Shell.fromEnv(@TypeOf(shell), shell);