C# Class CodeConnect.TypeScriptSyntaxVisualizer.TypeScriptProcessor

In order to parse the TypeScript we have to run our Javascript parser. This sucks, but it seems to work and doesn't require our users to have anything special installed.
Inheritance: IDisposable
Afficher le fichier Open project: CodeConnect/TypeScriptSyntaxVisualizer Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
ParseFileAndGetSyntaxRoot ( string sourceText ) : SyntaxNodeOrToken
TypeScriptProcessor ( ) : System

Private Methods

Méthode Description
CreateExecutionEngine ( [ name, [ enableDebugging, [ forceJScript9, IJavaScriptExecutionEngine &engine ) : int
VerifyThread ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ParseFileAndGetSyntaxRoot() public méthode

public ParseFileAndGetSyntaxRoot ( string sourceText ) : SyntaxNodeOrToken
sourceText string
Résultat SyntaxNodeOrToken

TypeScriptProcessor() public méthode

public TypeScriptProcessor ( ) : System
Résultat System