diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-31 18:31:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-31 18:31:03 -0400 |
commit | d3419f7d147b8c362a3795c8284d55ff6f4f3492 (patch) | |
tree | 1518a685d93c908a8820bd72d2958c6e06182c2c /cli/args/mod.rs | |
parent | 6267905f096f03dec1a5ed92609192edff901148 (diff) |
perf: update deno_ast to 0.41 (#24819)
Some perf gains in swc (I measured formatting and it was slightly
faster).
Includes:
* https://github.com/denoland/deno_graph/pull/508
* https://github.com/denoland/eszip/pull/193
Diffstat (limited to 'cli/args/mod.rs')
-rw-r--r-- | cli/args/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/args/mod.rs b/cli/args/mod.rs index 76644028c..7ae003111 100644 --- a/cli/args/mod.rs +++ b/cli/args/mod.rs @@ -202,6 +202,7 @@ pub fn ts_config_to_transpile_and_emit_options( inline_sources: options.inline_sources, remove_comments: false, source_map, + source_map_base: None, source_map_file: None, }, )) |