//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file.
pub(crate) mod array_assignment_pattern;
pub(crate) mod array_assignment_pattern_rest_element;
pub(crate) mod assignment_with_default;
pub(crate) mod computed_member_assignment;
pub(crate) mod identifier_assignment;
pub(crate) mod object_assignment_pattern;
pub(crate) mod object_assignment_pattern_property;
pub(crate) mod object_assignment_pattern_rest;
pub(crate) mod object_assignment_pattern_shorthand_property;
pub(crate) mod parenthesized_assignment;
pub(crate) mod static_member_assignment;