Method GetSyntaxTree
- Namespace
- Alternet.Common.TypeScript.Compiler
- Assembly
- Alternet.Common.TypeScript.v9.dll
GetSyntaxTree(string)
Gets the syntax tree representation of the specified document.
public Node GetSyntaxTree(string fileName)
Parameters
fileName
stringFile name of the document.
Returns
- Node
Root node describing a syntax of the document content.