1 2 3 4 5
pub mod options; pub mod plugins; pub use options::{EcmaVersion, ParserOptions, SourceType}; pub use plugins::ParserPlugins;