From 6a063d738540c72db3ea098af8511e4010447f4e Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Tue, 14 Mar 2023 10:15:56 +0100 Subject: [PATCH] Add a useful resource to the list with articles --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44b4a46..ebd41b6 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- 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/