From 26d9b2f3174030138a13bdb60c6c76a38fa0df19 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Sat, 10 Feb 2024 19:08:02 -0700 Subject: chore: deno_core bump (#22379) - Updates to V8 12.1.285.27 https://github.com/denoland/rusty_v8/pull/1383 - Swaps Box for Rc for `source_map_getter` --- runtime/web_worker.rs | 2 +- runtime/worker.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime') diff --git a/runtime/web_worker.rs b/runtime/web_worker.rs index b21833a2e..a69c384ab 100644 --- a/runtime/web_worker.rs +++ b/runtime/web_worker.rs @@ -345,7 +345,7 @@ pub struct WebWorkerOptions { pub npm_resolver: Option>, pub create_web_worker_cb: Arc, pub format_js_error_fn: Option>, - pub source_map_getter: Option>, + pub source_map_getter: Option>, pub worker_type: WebWorkerType, pub maybe_inspector_server: Option>, pub get_error_class_fn: Option, diff --git a/runtime/worker.rs b/runtime/worker.rs index 449c50e10..b6aff3c15 100644 --- a/runtime/worker.rs +++ b/runtime/worker.rs @@ -153,7 +153,7 @@ pub struct WorkerOptions { pub format_js_error_fn: Option>, /// Source map reference for errors. - pub source_map_getter: Option>, + pub source_map_getter: Option>, pub maybe_inspector_server: Option>, // If true, the worker will wait for inspector session and break on first // statement of user code. Takes higher precedence than -- cgit v1.2.3