docs(transformer/class-properties): remove oudated todo (#7669)

This commit is contained in:
Dunqing 2024-12-05 14:46:56 +00:00
parent 3d593ec2eb
commit 583b36b6bf

View file

@ -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);
}
_ => {}