Skip to content

Commit

Permalink
refactor(transformer): flatten file structure for React transform (#3604
Browse files Browse the repository at this point in the history
)

Purely moving files around to flatten folder structure. No substantive changes to the content of the files themselves.
  • Loading branch information
overlookmotel committed Jun 10, 2024
1 parent e90e6a2 commit a799225
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
mod diagnostics;

use std::{cell::Cell, rc::Rc};

use oxc_allocator::Vec;
Expand All @@ -18,6 +16,7 @@ use crate::{
helpers::module_imports::NamedImport,
};

use super::diagnostics;
use super::utils::get_line_column;
pub use super::{
jsx_self::ReactJsxSelf,
Expand Down
1 change: 1 addition & 0 deletions crates/oxc_transformer/src/react/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mod diagnostics;
mod display_name;
mod jsx;
mod jsx_self;
Expand Down

0 comments on commit a799225

Please sign in to comment.