mirror of
https://github.com/swc-project/swc.git
synced 2024-12-27 15:42:51 +03:00
- 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!';
|
|
} |