swc/crates/swc_ecma_parser/scripts/crlf.sh
2023-04-24 14:59:19 +00:00

7 lines
214 B
Bash
Executable File

#!/usr/bin/env bash
find tests/tsc -type f -exec ./scripts/dos2unix.sh {} \;
find tests/typescript -type f -exec ./scripts/dos2unix.sh {} \;
find tests/typescript-errors -type f -exec ./scripts/dos2unix.sh {} \;