mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
82e73b1121
- Strip out const assertions (Closes #656) - Fix exclude of the file matcher (Closes #658) - Automatic typescript detection (Closes #655)
3 lines
54 B
TypeScript
3 lines
54 B
TypeScript
function foo(): string {
|
|
return 'Hello, world!';
|
|
} |