mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 21:32:05 +00:00
hmr7 (#17641)
This commit is contained in:
@@ -583,15 +583,13 @@ pub const Mapping = struct {
|
||||
.generated = generated,
|
||||
.original = original,
|
||||
.source_index = source_index,
|
||||
}) catch unreachable;
|
||||
}) catch bun.outOfMemory();
|
||||
}
|
||||
|
||||
return ParseResult{
|
||||
.success = .{
|
||||
.mappings = mapping,
|
||||
.input_line_count = input_line_count,
|
||||
},
|
||||
};
|
||||
return .{ .success = .{
|
||||
.mappings = mapping,
|
||||
.input_line_count = input_line_count,
|
||||
} };
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user