refactor(transformer): flatten dir structure of options/babel/env (#7049)

This commit is contained in:
Boshen 2024-11-01 07:46:27 +00:00
parent 6d92f36ef2
commit a3b68b4224
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,5 @@
mod data;
mod query;
mod targets;
pub use data::{bugfix_features, features};

View file

@ -11,10 +11,9 @@ use oxc_diagnostics::Error;
use rustc_hash::FxHashMap;
use serde::Deserialize;
pub mod query;
pub use browserslist::Version;
pub use query::Query;
use super::query::Query;
/// A map of browser names to data for feature support in browser.
///