Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
sunrabbit123 committed Nov 16, 2023
1 parent e37b4ab commit cd6ef3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/stc_ts_testing/src/conformance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ fn build_target(target: EsVersion, specified: bool, libs: &[Lib]) -> Vec<Lib> {
EsVersion::Es2019 => Lib::load("es2019.full"),
EsVersion::Es2021 => Lib::load("es2021.full"),
EsVersion::Es2022 => Lib::load("es2022.full"),
EsVersion::Es2023 => Lib::load("es2023.full"),
_ => Lib::load("es2022.full"),
}
} else if specified {
Expand Down

0 comments on commit cd6ef3f

Please sign in to comment.