diff options
| author | Luca Casonato <lucacasonato@yahoo.com> | 2021-05-29 16:25:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-29 16:25:14 +0200 |
| commit | 83ce33363347447e25d2d00732dad86b588b89f0 (patch) | |
| tree | 0fa556d7e0ea29dc676f6bab604d4d496e663fae /Cargo.lock | |
| parent | 10e50a120744de71d6915af4ae93f8231607573d (diff) | |
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
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 12 |
1 files changed, 12 insertions, 0 deletions
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", |
