@agentix-e/spel-ts - v1.2.2
Preparing search index...
SpelDiagnosticEngine
parseWithDiagnostics
Function parseWithDiagnostics
parseWithDiagnostics
(
expression
:
string
,
)
:
{
ast
:
SpelNodeImpl
|
null
;
diagnostics
:
SpelDiagnostic
[]
}
Parse an expression and return both AST and diagnostics.
Parameters
expression
:
string
Returns
{
ast
:
SpelNodeImpl
|
null
;
diagnostics
:
SpelDiagnostic
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@agentix-e/spel-ts - v1.2.2
Loading...
Parse an expression and return both AST and diagnostics.