mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 22:53:28 +00:00
1 - On `unkown global property`, include the stack trace (this might be WAY too verbose) 2 - On script get, include stack trace (when available) 3 - On script get, include referrer 4 - Stack traces will now include the script name/src when available
14 lines
414 B
Zig
14 lines
414 B
Zig
.{
|
|
.name = .browser,
|
|
.paths = .{""},
|
|
.version = "0.0.0",
|
|
.fingerprint = 0xda130f3af836cea0,
|
|
.dependencies = .{
|
|
.v8 = .{
|
|
.url = "https://github.com/lightpanda-io/zig-v8-fork/archive/5ce9ade6c6d7f7ab9ab4582a6b1b36fdc8e246e2.tar.gz",
|
|
.hash = "v8-0.0.0-xddH6yTGAwA__kfiDozsVXL2_jnycrtDUfR8kIADQFUz",
|
|
},
|
|
//.v8 = .{ .path = "../zig-v8-fork" }
|
|
},
|
|
}
|