mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
3faefb5836
swc_ecma_ast: - Add `is_abstract` to constructor types. swc_ecma_codegen: - Fix codegen of `Bool`. - Implement codegen for abstract constructors. swc_ecma_parser: - Inline tsc parser test suite. - Implement parsing of abstract constructor types.
5 lines
86 B
Bash
Executable File
5 lines
86 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
find tests/typescript -type f -exec ./scripts/dos2unix.sh {} \;
|
|
|