Category "typescript-compiler-api"

Typescript Compiler API:How to get absolute path to source file of import module using typescript compiler api

I try to get the path information as follows: const typeChecker = program.getTypeChecker(); const importFileSymbol = typeChecker.getSymbolAtLocation(

Typescript Compiler API:How to get absolute path to source file of import module using typescript compiler api

I try to get the path information as follows: const typeChecker = program.getTypeChecker(); const importFileSymbol = typeChecker.getSymbolAtLocation(