mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
fix(runtime): expose extensions_with_js
from WorkerOptions (#17109)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
97f280eb9b
commit
1d18b65edc
5 changed files with 48 additions and 4 deletions
|
@ -43,6 +43,7 @@ async fn main() -> Result<(), AnyError> {
|
|||
inspect: false,
|
||||
},
|
||||
extensions: vec![],
|
||||
extensions_with_js: vec![],
|
||||
startup_snapshot: None,
|
||||
unsafely_ignore_certificate_errors: None,
|
||||
root_cert_store: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue