Skip to content

Commit 6f72e44

Browse files
committed
refactor(transform/styled-components): remove outdated comment
1 parent 6b0358e commit 6f72e44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/oxc_transformer/src/plugins/styled_components.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,6 @@ fn minify_template_literal<'a>(lit: &mut TemplateLiteral<'a>, ast: AstBuilder<'a
887887
// Current minified quasi being built
888888
let mut output = Vec::new();
889889

890-
// TODO: Update span end of `TemplateElement` when it has next one appended to end of it.
891890
// TODO: What about `cooked`? Shouldn't we alter that too?
892891
let mut quasi_index = 0;
893892
while quasi_index < quasis.len() {

0 commit comments

Comments
 (0)