mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 13:51:47 +00:00
Sort some arrays
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user