oxc_transformer 0.136.0

A collection of JavaScript tools written in Rust.
Documentation
1
2
3
4
5
6
#[expect(clippy::empty_structs_with_brackets)]
#[derive(Debug, Clone, Copy, Default)]
/// Options for proposal transforms.
pub struct ProposalOptions {
    // Currently no proposals are configured here.
}