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 2b63da3 commit 161f98aCopy full SHA for 161f98a
crates/oxc_semantic/tests/integration/const_enum.rs
@@ -1,9 +1,7 @@
1
use oxc_allocator::Allocator;
2
use oxc_span::SourceType;
3
4
-use oxc_semantic::{
5
- NormalizedConstEnumInfo, NormalizedConstantValue, Semantic, SemanticBuilder,
6
-};
+use oxc_semantic::{NormalizedConstEnumInfo, NormalizedConstantValue, Semantic, SemanticBuilder};
7
8
/// Create a [`Semantic`] from source code, assuming there are no syntax/semantic errors.
9
fn get_semantic<'s, 'a: 's>(
0 commit comments