You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to implement the following imports section this so I can get all interface types from all files.
The currently example seems to be broken since using it results the following line in returning undefined: const importSymbol = typeChecker.getSymbolAtLocation(node.moduleSpecifier);
I want to inject all interface types from all files in the testEntity constant.
It's correctly working for the current file now but it does not seem to follow any imports.
I've wasted hours trying to get the imported sourceFile AST but I can't seem to get it to work.
Any advice?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello,
I've been trying to implement the
following imports
section this so I can get all interface types from all files.The currently example seems to be broken since using it results the following line in returning undefined:
const importSymbol = typeChecker.getSymbolAtLocation(node.moduleSpecifier);
Now my question is I've got the following code:
I want to inject all interface types from all files in the testEntity constant.
It's correctly working for the current file now but it does not seem to follow any imports.
I've wasted hours trying to get the imported sourceFile AST but I can't seem to get it to work.
Any advice?
Thanks in advance!
The text was updated successfully, but these errors were encountered: