mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 11:13:43 +03:00
6 lines
184 B
Bash
Executable File
6 lines
184 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu
|
|
|
|
export CARGO_TERM_COLOR=never
|
|
|
|
cargo check 2>&1 | grep 'no rules expected the token' | sed -e 's/error: no rules expected the token `"//' | sed -e 's/"`//' |