List Question
20 TechQA 2024-03-19T08:13:40.423000Use the Typescript Compiler API to output types
24 views
Asked by Asaf
Is there a way to configure parenthesizerRules?
19 views
Asked by Michael Ribbons
When using the ts compiler api how to get the comments from the return of a function declaration?
20 views
Asked by Gustavo Fenilli
Typescript transformer & watch: Implement simple C-like header file
20 views
Asked by kevinjwz
Recurse through TypeScript type and output final “materialized” version
42 views
Asked by davecardwell
How do I get module resolution to search parent directories when using the TypeScript Compiler API?
16 views
Asked by steinybot
Typescript add import with compiler API
30 views
Asked by danixl30 ct
TS Compiler API: How do I get type of 'unknown' from TypeScript's TypeChecker?
84 views
Asked by Jason Gore
Typescript factory create interface from function return type
94 views
Asked by Kilian
How to extract the alias file location from a CommonJs module re-export?
86 views
Asked by Michael Jonker
Is there a native typescript-compiler way to get the inferred type of a Map?
93 views
Asked by Michael Jonker
`Cannot find name 'Array'` in Typescript Compiler pre-emit diagnostics
109 views
Asked by Premkumar Giridhar
find return statements in function body with typescript compiler api
68 views
Asked by Ced
Find node of specific SyntaxKind in ASL tree with typescript compiler api
123 views
Asked by Ced
How to use ts compiler api or ts-morph to get and serialize type information
1.1k views
Asked by Firanolfind
How to serialize exported type using typescript compiler api
131 views
Asked by Firanolfind
How to find all global variables with TypeScript Compiler API?
96 views
Asked by zcb