oxc_regular_expression 0.135.0

A collection of JavaScript tools written in Rust.
Documentation
1
2
3
4
5
6
7
#[derive(Clone, Copy, Debug, Default)]
pub struct Options {
    /// Used to adjust `Span` positions to fit the global source code.
    pub pattern_span_offset: u32,
    /// Used to adjust `Span` positions to fit the global source code.
    pub flags_span_offset: u32,
}