Replies: 1 comment
-
|
No, Microsoft.CodeAnalysis (Roslyn) does not support JavaScript or TypeScript files. It is specifically designed for C# and Visual Basic. For JavaScript and TypeScript, you’ll need to use other tools like the TypeScript Compiler API or Babel. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using
Microsoft.CodeAnalysis.Document&GetSemanticModelAsync&GetSyntaxRootAsyncto access symbols in a c# file, but I'd like to do the same for javascript and typescript files. Is it possible?Beta Was this translation helpful? Give feedback.
All reactions