Skip to content

Commit 7390048

Browse files
committed
docs(transformer/class-properties): reformat doc comment (#7909)
1 parent a5f04a7 commit 7390048

File tree

1 file changed

+9
-9
lines changed
  • crates/oxc_transformer/src/es2022/class_properties

1 file changed

+9
-9
lines changed

crates/oxc_transformer/src/es2022/class_properties/mod.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,16 @@
125125
//!
126126
//! Implementation is split into several files:
127127
//!
128-
//! * `mod.rs`: Setup and visitor.
129-
//! * `class.rs`: Transform of class body.
130-
//! * `constructor.rs`: Insertion of property initializers into class constructor.
131-
//! * `private.rs`: Transform of private property usages (`this.#prop`).
132-
//! * `private_props.rs`: Structures storing details of private properties.
128+
//! * `mod.rs`: Setup and visitor.
129+
//! * `class.rs`: Transform of class body.
130+
//! * `constructor.rs`: Insertion of property initializers into class constructor.
131+
//! * `private.rs`: Transform of private property usages (`this.#prop`).
132+
//! * `private_props.rs`: Structures storing details of private properties.
133133
//! * `instance_prop_init.rs`: Transform of instance property initializers.
134-
//! * `static_prop_init.rs`: Transform of static property initializers.
135-
//! * `class_bindings.rs`: Structure containing bindings for class name and temp var.
136-
//! * `super.rs`: Transform `super` expressions.
137-
//! * `utils.rs`: Utility functions.
134+
//! * `static_prop_init.rs`: Transform of static property initializers.
135+
//! * `class_bindings.rs`: Structure containing bindings for class name and temp var.
136+
//! * `super.rs`: Transform `super` expressions.
137+
//! * `utils.rs`: Utility functions.
138138
//!
139139
//! ## References
140140
//!

0 commit comments

Comments
 (0)