Constructor JavaScriptParser
- Namespace
- Alternet.Syntax.Parsers.TypeScript
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v10.dll
JavaScriptParser()
Initializes a new instance of the JavaScriptParser class with default TypeScriptProject.
public JavaScriptParser()
JavaScriptParser(ITypeScriptProject)
Initializes a new instance of the JavaScriptParser class with specified ITypeScriptProject.
public JavaScriptParser(ITypeScriptProject project)
Parameters
projectITypeScriptProjectSpecifies
ITypeScriptProjectto this new instance.