-
-
Notifications
You must be signed in to change notification settings - Fork 933
Labels
Description
Please see:
oxc/crates/oxc_semantic/src/builder.rs
Lines 1502 to 1506 in daea29c
| fn visit_class(&mut self, class: &Class<'a>) { | |
| // Class level decorators are transpiled as functions outside of the class taking the class | |
| // itself as argument. They should be visited before class is entered. E.g., they inherit | |
| // strict mode from the enclosing scope rather than from class. | |
| for decorator in &class.decorators { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackPriority
None yet