From 83ce33363347447e25d2d00732dad86b588b89f0 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Sat, 29 May 2021 16:25:14 +0200 Subject: build: cli(build) shouldn't depend on deno_runtime (#10787) This speeds up incremental rebuild when only touching JS files by 30% compared to #10786. Rebuild time after touch 01_broadcast_channel.js: main: run 1 49.18s, run 2 50.34s #10786: run 1 43.12s, run 2 43.19s this + #10786: run 1 30.30s, run 2 30.95s --- Cargo.lock | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 4f4106e8c..dc33f89c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -529,10 +529,22 @@ dependencies = [ "chrono", "clap", "data-url", + "deno_broadcast_channel", + "deno_console", "deno_core", + "deno_crypto", "deno_doc", + "deno_fetch", + "deno_file", "deno_lint", "deno_runtime", + "deno_timers", + "deno_url", + "deno_web", + "deno_webgpu", + "deno_webidl", + "deno_websocket", + "deno_webstorage", "dissimilar", "dprint-plugin-json", "dprint-plugin-markdown", -- cgit v1.2.3