fix: improved using declaration support (#20959)

Upgrades to deno_ast 0.30.
This commit is contained in:
David Sherret 2023-10-24 09:37:02 -04:00 committed by GitHub
parent 9df36b33c6
commit 8f065a60e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 152 additions and 122 deletions

View file

@ -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,