Skip to content

Commit

Permalink
chore: 🤖 clean
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Jul 12, 2024
1 parent 0763d67 commit dc3e9c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/oxc_codegen/src/annotation_comment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ pub fn get_leading_annotate_comment<const MINIFY: bool>(
}

pub fn print_comment<const MINIFY: bool>(comment: Comment, p: &mut Codegen<{ MINIFY }>) {
// Avoid multiple ast node share the same comment, e.g.
// ```js
// /*#__PURE__*/
// Object.getOwnPropertyNames(Symbol)
Expand Down

0 comments on commit dc3e9c8

Please sign in to comment.