You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4
Original file line number
Diff line number
Diff line change
@@ -100,13 +100,18 @@ similar semantics are represented with the same AST. We welcome PRs to fix such
100
100
issues and distinguish different syntaxes in the AST.
101
101
102
102
103
-
## WIP: Extracting source locations from AST nodes
103
+
## Source Locations (Work in Progress)
104
104
105
-
This crate allows recovering source locations from AST nodes via the [Spanned](https://docs.rs/sqlparser/latest/sqlparser/ast/trait.Spanned.html) trait, which can be used for advanced diagnostics tooling. Note that this feature is a work in progress and many nodes report missing or inaccurate spans. Please see [this document](./docs/source_spans.md#source-span-contributing-guidelines) for information on how to contribute missing improvements.
105
+
This crate allows recovering source locations from AST nodes via the [Spanned]
106
+
trait, which can be used for advanced diagnostics tooling. Note that this
107
+
feature is a work in progress and many nodes report missing or inaccurate spans.
108
+
Please see [this document] for information on how to contribute missing
0 commit comments