1
2
3
4
5
6
7
//! Cached configuration for swc.

#![deny(missing_docs)]
#![deny(warnings)]

pub mod regex;
pub use anyhow::Error;