mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
Implement "node:module"'s findSourceMap and SourceMap class (#20863)
Co-authored-by: Claude <claude@anthropic.ai> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
This commit is contained in:
@@ -237,6 +237,7 @@ pub const StandaloneModuleGraph = struct {
|
||||
null,
|
||||
std.math.maxInt(i32),
|
||||
std.math.maxInt(i32),
|
||||
.{},
|
||||
)) {
|
||||
.success => |x| x,
|
||||
.fail => {
|
||||
|
||||
Reference in New Issue
Block a user