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.
1 parent 161f98a commit 936983bCopy full SHA for 936983b
crates/oxc_semantic/src/lib.rs
@@ -109,7 +109,7 @@ impl<'a> Semantic<'a> {
109
self.scoping
110
}
111
112
- /// Extract [`Scoping`] from [`ConstEnumTable`].
+ /// Extract [`Scoping`] and [`ConstEnumTable`] from [`Semantic`].
113
pub fn into_scoping_and_const_enum_table(self) -> (Scoping, ConstEnumTable) {
114
(self.scoping, self.const_enums)
115
0 commit comments