mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
esm bytecode (#26402)
### What does this PR do? ### How did you verify your code works? --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Claude Bot <claude-bot@bun.sh> Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
This commit is contained in:
@@ -583,6 +583,7 @@ pub const BuildCommand = struct {
|
||||
.asset => Output.prettyFmt("<magenta>", true),
|
||||
.sourcemap => Output.prettyFmt("<d>", true),
|
||||
.bytecode => Output.prettyFmt("<d>", true),
|
||||
.module_info => Output.prettyFmt("<d>", true),
|
||||
.@"metafile-json", .@"metafile-markdown" => Output.prettyFmt("<green>", true),
|
||||
});
|
||||
|
||||
@@ -614,6 +615,7 @@ pub const BuildCommand = struct {
|
||||
.asset => "asset",
|
||||
.sourcemap => "source map",
|
||||
.bytecode => "bytecode",
|
||||
.module_info => "module info",
|
||||
.@"metafile-json" => "metafile json",
|
||||
.@"metafile-markdown" => "metafile markdown",
|
||||
}});
|
||||
|
||||
Reference in New Issue
Block a user