Skip to content

Commit

Permalink
refactor(transformer): remove outdated comment (#3606)
Browse files Browse the repository at this point in the history
Remove a TODO comment where the do is done.

This was covered by #3258 and #3287.
  • Loading branch information
overlookmotel committed Jun 10, 2024
1 parent a799225 commit 3467e3d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/oxc_transformer/src/react/jsx_self.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ const SELF: &str = "__self";
///
/// In: `<sometag />`
/// Out: `<sometag __self={this} />`
///
/// TODO:
/// *. Omit adding `this` in some conditions
/// <https://github.com/babel/babel/blob/9cd048b5ad45eafd157c4f9968343e36170a66c1/packages/babel-plugin-transform-react-jsx-self/src/index.ts#L78>
pub struct ReactJsxSelf<'a> {
ctx: Ctx<'a>,
}
Expand Down

0 comments on commit 3467e3d

Please sign in to comment.