Table of Contents

Namespace Alternet.Syntax.Parsers.TypeScript

Classes

FormattingOptionsEventArgs

Provides data for the ITypeScriptRepository.CustomFormattingOptions event.

JavaScriptParser

Represents properties and methods to perform syntax analysis of the text intended to use for JavaScript language.

TypeScriptConsts

Contains default constants related to lexical and syntax analyzers.

TypeScriptParser

Represents properties and methods to perform syntax analysis of the text intended to use for TypeScript language.

TypeScriptTokenizer

Represents a class that performs lexical analysis of specified TypeScript code.

TypeScriptTokenizer.LineToken

Represents information about particular line token.

TypeScriptTokenizer.TokenList

Represents a LineToken collection.

Interfaces

ITypeScriptRepository

Represents properties and methods to perform code completion functionality for TypeScript code.