Skip to content

Commit

Permalink
feat(cli): update to TypeScript 4.6.2 (denoland#13474)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk authored Mar 1, 2022
1 parent 4be0365 commit 7fc5bfe
Show file tree
Hide file tree
Showing 28 changed files with 5,194 additions and 2,898 deletions.
9 changes: 6 additions & 3 deletions cli/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,14 @@ fn create_compiler_snapshot(
"es2021.promise",
"es2021.string",
"es2021.weakref",
"es2022",
"es2022.array",
"es2022.error",
"es2022.object",
"es2022.string",
"esnext",
"esnext.error",
"esnext.array",
"esnext.intl",
"esnext.object",
"esnext.string",
];

let path_dts = cwd.join("dts");
Expand Down
Loading

0 comments on commit 7fc5bfe

Please sign in to comment.