Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
TypeScript
Parser
Module Parser
Index
Functions
incrementalParse
parse
Functions
incrementalParse
(
oldSyntaxTree
:
SyntaxTree
, textChangeRange
:
TextChangeRange
, newText
:
ISimpleText
)
:
SyntaxTree
Parameters
oldSyntaxTree:
SyntaxTree
textChangeRange:
TextChangeRange
newText:
ISimpleText
Returns
SyntaxTree
parse
(
fileName
:
string
, text
:
ISimpleText
, isDeclaration
:
boolean
, options
:
ParseOptions
)
:
SyntaxTree
Parameters
fileName:
string
text:
ISimpleText
isDeclaration:
boolean
options:
ParseOptions
Returns
SyntaxTree
Globals
TypeScript
TypeScript.ASTHelpers
TypeScript.BitMatrix
TypeScript.BitVector
TypeScript.Collections
TypeScript.CompilerDiagnostics
TypeScript.DeclarationCreator
TypeScript.Indentation
TypeScript.IntegerUtilities
TypeScript.LineMap1
TypeScript.Parser
TypeScript.PullHelpers
TypeScript.PullInstantiationHelpers
TypeScript.ScriptSnapshot
TypeScript.Services
TypeScript.Services.Breakpoints
TypeScript.Services.Formatting
TypeScript.Services.Formatting.Shared
TypeScript.SimpleText
TypeScript.Syntax
TypeScript.SyntaxFacts
TypeScript.TextFactory
TypeScript.TextUtilities
typescript-services
incrementalParse
parse