We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SyntaxToken
1 parent d710f46 commit f93f7d2Copy full SHA for f93f7d2
crates/apollo-parser/src/lib.rs
@@ -19,7 +19,7 @@ pub use crate::parser::SyntaxElement;
19
pub use crate::parser::SyntaxKind;
20
pub use crate::parser::SyntaxNode;
21
pub(crate) use crate::parser::SyntaxNodeChildren;
22
-pub(crate) use crate::parser::SyntaxToken;
+pub use crate::parser::SyntaxToken;
23
pub use crate::parser::SyntaxTree;
24
pub(crate) use crate::parser::TokenText;
25
pub use rowan::TextRange;
0 commit comments