mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
fix: improved using declaration support (#20959)
Upgrades to deno_ast 0.30.
This commit is contained in:
parent
9df36b33c6
commit
8f065a60e7
17 changed files with 152 additions and 122 deletions
|
@ -148,6 +148,7 @@ fn bundle_module_graph(
|
|||
deno_emit::bundle_graph(
|
||||
graph,
|
||||
deno_emit::BundleOptions {
|
||||
minify: false,
|
||||
bundle_type: deno_emit::BundleType::Module,
|
||||
emit_options: crate::args::ts_config_to_emit_options(
|
||||
ts_config_result.ts_config,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue