mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
docs(transformer/class-properties): remove oudated todo for assignment expression (#7955)
This commit is contained in:
parent
98340bbaa1
commit
18441afe1c
1 changed files with 0 additions and 2 deletions
|
|
@ -597,8 +597,6 @@ impl<'a, 'ctx> ClassProperties<'a, 'ctx> {
|
|||
|
||||
let prop_ident = prop_binding.create_read_expression(ctx);
|
||||
|
||||
// TODO: Different output in for statements e.g. `private/1-helpermemberexpressionfunction/input.js`
|
||||
|
||||
if operator == AssignmentOperator::Assign {
|
||||
// `object.#prop = value` -> `_classPrivateFieldSet2(_prop, object, value)`
|
||||
*expr = self.create_private_field_set(prop_ident, object, value, span, ctx);
|
||||
|
|
|
|||
Loading…
Reference in a new issue