Add `parse_file` function like `syn::parse_file`. Helps implement single-file components, or a more native experience of tsx without the `html!` macro.
Add
parse_filefunction likesyn::parse_file.Helps implement single-file components, or a more native experience of tsx without the
html!macro.