TextAst.parsed constructor

TextAst.parsed(
  1. SourceFile sourceFile,
  2. NgToken textToken
)

Create a new TextAst parsed from tokens from sourceFile.

Implementation

factory TextAst.parsed(
  SourceFile sourceFile,
  NgToken textToken,
) = _ParsedTextAst;