mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 11:13:43 +03:00
ac3fbd91ac
*: - Use `ahash` instread of `rustc-hash`. swc_ecma_transforms_optimization: - Make `dce` parallel.
7 lines
147 B
Bash
Executable File
7 lines
147 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eu
|
|
|
|
# Prints json for workspace crates
|
|
|
|
cargo metadata --format-version 1 | jq -r '.packages[] | select(.source == null)' |