mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
This reverts commit fd5a12d7e2
.
This commit is contained in:
parent
06934db883
commit
a919a5dd11
19 changed files with 674 additions and 740 deletions
|
@ -2618,7 +2618,7 @@ fn op_script_version(
|
|||
fn js_runtime(performance: Arc<Performance>) -> JsRuntime {
|
||||
JsRuntime::new(RuntimeOptions {
|
||||
extensions: vec![init_extension(performance)],
|
||||
startup_snapshot: Some(deno_snapshots::tsc_snapshot()),
|
||||
startup_snapshot: Some(tsc::compiler_snapshot()),
|
||||
..Default::default()
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue