mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 11:13:43 +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.
10 lines
235 B
Plaintext
10 lines
235 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
|
|
*.ts text merge=union eol=lf
|
|
*.tsx text merge=union eol=lf
|
|
*.rs text merge=union eol=lf
|
|
*.js text merge=union eol=lf
|
|
*.json text merge=union eol=lf
|