pub fn parse_flat(source: &str) -> SyntaxNodeExpand description
Parse source to a flat lossless CST.
The returned node’s text serialization equals source byte-for-
byte for every UTF-8 input. Every token is a direct child of
SOURCE_FILE; no structural directive wrapping.