Skip to content

Commit

Permalink
docs(transformer/class-properties): add missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Dec 2, 2024
1 parent 2e6be1b commit cafb613
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions crates/oxc_transformer/src/es2022/class_properties/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,12 @@
//!
//! Implementation is split into several files:
//!
//! * `mod.rs`: Setup, visitor and ancillary types.
//! * `class.rs`: Transform of class body.
//! * `constructor.rs`: Insertion of property initializers into class constructor.
//! * `private.rs`: Transform of private property usages (`this.#prop`).
//! * `utils.rs`: Utility functions.
//! * `mod.rs`: Setup, visitor, and ancillary types.
//! * `class.rs`: Transform of class body.
//! * `constructor.rs`: Insertion of property initializers into class constructor.
//! * `private.rs`: Transform of private property usages (`this.#prop`).
//! * `static_prop.rs`: Transform of static property initializers.
//! * `utils.rs`: Utility functions.
//!
//! ## References
//!
Expand Down

0 comments on commit cafb613

Please sign in to comment.