We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95298e commit 34db466Copy full SHA for 34db466
crates/oxc_ast/src/trivia.rs
@@ -24,6 +24,7 @@ impl Comment {
24
}
25
26
/// Return the span of the comment text (without delimiters).
27
+ #[inline]
28
pub fn span(&self) -> &Span {
29
&self.span
30
0 commit comments