mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
refactor(transformer): flatten dir structure of options/babel/env (#7049)
This commit is contained in:
parent
6d92f36ef2
commit
a3b68b4224
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
|||
mod data;
|
||||
mod query;
|
||||
mod targets;
|
||||
|
||||
pub use data::{bugfix_features, features};
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
///
|
||||
Loading…
Reference in a new issue