Skip to content

Commit

Permalink
fix(no-slow-types): handle named type in mapped type (denoland#24205)
Browse files Browse the repository at this point in the history
Fixed via the swc upgrade.

Tests here: denoland/deno_graph#499

Closes denoland#23284
  • Loading branch information
dsherret committed Jun 14, 2024
1 parent 0f48313 commit 9092a23
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
37 changes: 19 additions & 18 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ license = "MIT"
repository = "https://github.com/denoland/deno"

[workspace.dependencies]
deno_ast = { version = "=0.39.1", features = ["transpiling"] }
deno_ast = { version = "=0.39.2", features = ["transpiling"] }
deno_core = { version = "0.288.0" }

deno_bench_util = { version = "0.150.0", path = "./bench_util" }
Expand Down

0 comments on commit 9092a23

Please sign in to comment.