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 77d4387 commit 2bdaad6Copy full SHA for 2bdaad6
crates/oxc_codegen/src/comment.rs
@@ -1,9 +1,9 @@
1
use std::borrow::Cow;
2
3
-use oxc_syntax::line_terminator::LineTerminatorSplitter;
4
use rustc_hash::{FxHashMap, FxHashSet};
5
6
use oxc_ast::{Comment, CommentKind, ast::Program};
+use oxc_syntax::line_terminator::LineTerminatorSplitter;
7
8
use crate::{Codegen, LegalComment, options::CommentOptions};
9
0 commit comments