Sort some arrays

This commit is contained in:
Jarred Sumner
2025-03-19 15:45:26 -07:00
parent e39305dd91
commit dc51dab7bc
2 changed files with 3 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ static constexpr ASCIILiteral builtinModuleNamesSortedLength[] = {
"_tls_wrap"_s,
"constants"_s,
"inspector"_s,
"node:test"_s,
"bun:sqlite"_s,
"path/posix"_s,
"path/win32"_s,
@@ -78,7 +79,6 @@ static constexpr ASCIILiteral builtinModuleNamesSortedLength[] = {
"inspector/promises"_s,
"_stream_passthrough"_s,
"diagnostics_channel"_s,
"node:test"_s,
};
namespace Bun {