Skip to content

Commit

Permalink
refactor: use globbing from deno_config (denoland#21925)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jan 16, 2024
1 parent 3ff80eb commit 4e72ca3
Show file tree
Hide file tree
Showing 18 changed files with 294 additions and 789 deletions.
5 changes: 3 additions & 2 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ winres.workspace = true
[dependencies]
deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_graph", "module_specifier", "proposal", "react", "sourcemap", "transforms", "typescript", "view", "visit"] }
deno_cache_dir = "=0.6.1"
deno_config = "=0.6.5"
deno_config = "=0.7.1"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "=0.89.1", features = ["html"] }
deno_emit = "=0.33.0"
Expand Down
Loading

0 comments on commit 4e72ca3

Please sign in to comment.