From c41d4ff90e09b63bd1894052352a5acba57b1704 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Sun, 8 Jan 2023 23:48:46 +0100 Subject: feat(core): allow specifying name and dependencies of an Extension (#17301) --- cli/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/build.rs') diff --git a/cli/build.rs b/cli/build.rs index b4acc0d1d..24898a7a1 100644 --- a/cli/build.rs +++ b/cli/build.rs @@ -238,7 +238,7 @@ mod ts { cargo_manifest_dir: env!("CARGO_MANIFEST_DIR"), snapshot_path, startup_snapshot: None, - extensions: vec![Extension::builder() + extensions: vec![Extension::builder("deno_tsc") .ops(vec![ op_build_info::decl(), op_cwd::decl(), -- cgit v1.2.3