Skip to content

Commit

Permalink
refactor(transformer/class-properties): remove outdated comment (#8000)
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Dec 18, 2024
1 parent ed75e42 commit 5a23d72
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ impl<'a, 'ctx> ClassProperties<'a, 'ctx> {
constructor_index: usize,
ctx: &mut TraverseCtx<'a>,
) {
// TODO: Handle where vars used in property init clash with vars in top scope of constructor.
// (or maybe do that earlier?)
// TODO: Handle private props in constructor params `class C { #x; constructor(x = this.#x) {} }`.

match insertion_location {
Expand Down

0 comments on commit 5a23d72

Please sign in to comment.