Skip to content

Commit

Permalink
feat: update to TypeScript 4.7 (denoland#14242)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Jun 1, 2022
1 parent c41544a commit 7eee521
Show file tree
Hide file tree
Showing 30 changed files with 24,484 additions and 20,868 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ rustyline-derive = "=0.6.0"
secure_tempfile = { version = "=3.3.0", package = "tempfile" } # different name to discourage use in tests
semver-parser = "=0.10.2"
serde = { version = "=1.0.136", features = ["derive"] }
serde_repr = "=0.1.8"
shell-escape = "=0.1.5"
text-size = "=1.1.0"
text_lines = "=0.4.1"
Expand Down
3 changes: 3 additions & 0 deletions cli/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ fn create_compiler_snapshot(
"es2019.symbol",
"es2020.bigint",
"es2020",
"es2020.date",
"es2020.intl",
"es2020.number",
"es2020.promise",
"es2020.sharedmemory",
"es2020.string",
Expand All @@ -154,6 +156,7 @@ fn create_compiler_snapshot(
"es2022",
"es2022.array",
"es2022.error",
"es2022.intl",
"es2022.object",
"es2022.string",
"esnext",
Expand Down
Loading

0 comments on commit 7eee521

Please sign in to comment.