Skip to content

Commit

Permalink
feat(tasks/compat_data): generate our own compat table (#7176)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Nov 7, 2024
1 parent 14ce0ee commit ad3a2f5
Show file tree
Hide file tree
Showing 21 changed files with 2,264 additions and 1,159 deletions.
2 changes: 2 additions & 0 deletions .ignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ tasks/coverage/typescript/**
tasks/prettier_conformance/prettier/**

**/*.snap

crates/oxc_transformer/src/options/es_features.rs
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/oxc_transformer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub use crate::{
jsx::{JsxOptions, JsxRuntime, ReactRefreshOptions},
options::{
babel::{BabelEnvOptions, BabelOptions},
ESTarget, EngineTargets, EnvOptions, TransformOptions,
ESTarget, Engine, EngineTargets, EnvOptions, TransformOptions,
},
plugins::*,
typescript::{RewriteExtensionsMode, TypeScriptOptions},
Expand Down
Loading

0 comments on commit ad3a2f5

Please sign in to comment.