build abstract method
TextSyntaxBuildResult<State>
build(
- String text, {
- TextDocument? document,
- String? language,
- TextSyntaxSnapshot<
State> ? previous, - TextDocumentChange? change,
Implementation
TextSyntaxBuildResult<State> build(
String text, {
TextDocument? document,
String? language,
TextSyntaxSnapshot<State>? previous,
TextDocumentChange? change,
});