Skip to content

Commit

Permalink
fd
Browse files Browse the repository at this point in the history
  • Loading branch information
sunrabbit123 committed Nov 16, 2023
1 parent cd6ef3f commit cac2cd1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
3 changes: 0 additions & 3 deletions crates/stc_ts_builtin_macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ pub fn builtin(_: proc_macro::TokenStream) -> proc_macro::TokenStream {
add_dep("Es2018", "Es2017Full");
add_dep("Es2019", "Es2018Full");
add_dep("Es2020", "Es2019Full");
add_dep("Es2021", "Es2020Full");
add_dep("Es2022", "Es2021Full");
add_dep("Es2023", "Es2022Full");
}

let mut contents = HashMap::<String, String>::default();
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Stats {
required_error: 0,
matched_error: 0,
extra_error: 1,
extra_error: 0,
panic: 0,
}

0 comments on commit cac2cd1

Please sign in to comment.