Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in typescript-compiler-api

How to I get the declared type from a TypeReferenceType in TypeScript Compiler API?

Applying a Typescript refactoring programmatically

Replace quotemarks with TypeScript compiler API transformers

Does the Typescript compiler expose the default value of JsDoc @param?

Loading type definitions for all included files into Monaco editor

How to access FlowNode in typescript ast api?

How to merge two Typescript ASTs

TypeScript Compiler API: how to get literal value by ImportSpecifier node?

TypeScript compiler API: problem with ts.TransformerFactory replacing nodes

TypeScript Compiler API: How to get fully qualified name of type without absolute path?

What is the fastest route to regenerate Types in a Program instance after *some* files modified?

How to get type information of a property type imported from another file in TypeScript Compiler API?

Is it possible to get comments as nodes in the AST using the typescript compiler API?