mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
docs(transformer/class-properties): remove oudated todo (#7669)
This commit is contained in:
parent
3d593ec2eb
commit
583b36b6bf
1 changed files with 0 additions and 1 deletions
|
|
@ -285,7 +285,6 @@ impl<'a, 'ctx> Traverse<'a> for ClassProperties<'a, 'ctx> {
|
|||
}
|
||||
// "object.#prop`xyz`"
|
||||
Expression::TaggedTemplateExpression(_) => {
|
||||
// TODO: `transform_tagged_template_expression` is no-op at present
|
||||
self.transform_tagged_template_expression(expr, ctx);
|
||||
}
|
||||
_ => {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue