Add a useful resource to the list with articles

This commit is contained in:
Jos de Jong 2023-03-14 10:15:56 +01:00
parent f8553aa748
commit 6a063d7385
1 changed files with 2 additions and 1 deletions

View File

@ -57,4 +57,5 @@ None of the experiments (`infer1` and `infer2`) are outputting something useful
- https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API#using-the-type-checker
- https://github.com/Microsoft/TypeScript/wiki/Using-the-Language-Service-API
- https://stackoverflow.com/questions/63944135/typescript-compiler-api-how-to-get-type-with-resolved-type-arguments
- https://stackoverflow.com/questions/48886508/typechecker-api-how-do-i-find-inferred-type-arguments-to-a-function
- https://stackoverflow.com/questions/48886508/typechecker-api-how-do-i-find-inferred-type-arguments-to-a-function
- https://blog.logrocket.com/using-typescript-transforms-to-enrich-runtime-code-3fd2863221ed/