swc_ecma_regexp/
options.rs

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