We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbe21d commit 32e490dCopy full SHA for 32e490d
README.md
@@ -28,6 +28,14 @@ $ echo -n "world" | ctts hello.ts
28
Hello, world!
29
```
30
31
+## Remarkable features of TypeScript
32
+
33
+- From TypeScript 4.1
34
+ - [Template Literal Types](https://devblogs.microsoft.com/typescript/announcing-typescript-4-1/#template-literal-types)
35
+ - [Recursive Conditional Types](https://devblogs.microsoft.com/typescript/announcing-typescript-4-1/#recursive-conditional-types)
36
+- From TypeScript 4.5
37
+ - [Tail-Recursion Elimination on Conditional Types](https://devblogs.microsoft.com/typescript/announcing-typescript-4-5/#tailrec-conditional)
38
39
## How it works
40
41
When `ctts script.ts` is executed, compile-time-typescript creates a caller like this:
0 commit comments