mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
closes #2532 ``` pub enum PropertyDefinitionType { PropertyDefinition, TSAbstractPropertyDefinition, } pub enum MethodDefinitionType { MethodDefinition, TSAbstractMethodDefinition, } ``` |
||
|---|---|---|
| .. | ||
| bound_names.rs | ||
| gather_node_parts.rs | ||
| is_simple_parameter_list.rs | ||
| mod.rs | ||
| private_bound_identifiers.rs | ||
| prop_name.rs | ||