Skip to content

Commit

Permalink
docs(transformer/class-properties): re-order file list in doc comment (
Browse files Browse the repository at this point in the history
…#7911)

Re-order list to reflect order transforms occur.
  • Loading branch information
overlookmotel committed Dec 15, 2024
1 parent db9e93b commit 9989b58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/oxc_transformer/src/es2022/class_properties/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@
//! * `mod.rs`: Setup and visitor.
//! * `class.rs`: Transform of class body.
//! * `constructor.rs`: Insertion of property initializers into class constructor.
//! * `private_field.rs`: Transform of private fields (`this.#prop`).
//! * `private_props.rs`: Structures storing details of private properties.
//! * `instance_prop_init.rs`: Transform of instance property initializers.
//! * `static_prop_init.rs`: Transform of static property initializers.
//! * `class_bindings.rs`: Structure containing bindings for class name and temp var.
//! * `private_field.rs`: Transform of private fields (`this.#prop`).
//! * `super.rs`: Transform `super` expressions.
//! * `class_bindings.rs`: Structure containing bindings for class name and temp var.
//! * `private_props.rs`: Structures storing details of private properties.
//! * `utils.rs`: Utility functions.
//!
//! ## References
Expand Down

0 comments on commit 9989b58

Please sign in to comment.