//! Browser compatibility and feature detection for Oxc toolchain
//!
//! This crate provides utilities to determine which ECMAScript features
//! are supported by target engines, allowing tools like the transformer
//! and minifier to make consistent compatibility decisions.
pub use BabelTargets;
pub use BrowserslistQuery;
pub use Engine;
pub use ;
pub use ;
pub use ESVersion;