Skip to content

Commit

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

Tests here: denoland/deno_graph#499

Closes #23284
  • Loading branch information
dsherret authored and bartlomieju committed Jun 18, 2024
1 parent 7aa672e commit 6fe5f04
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 6fe5f04

Please sign in to comment.