mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
fix: better handling of npm resolution occurring on workers (#24094)
Closes https://github.com/denoland/deno/issues/24063
This commit is contained in:
parent
0544d60012
commit
7ed90a20d0
69 changed files with 902 additions and 539 deletions
|
@ -197,7 +197,7 @@ pub fn ts_config_to_transpile_and_emit_options(
|
|||
},
|
||||
deno_ast::EmitOptions {
|
||||
inline_sources: options.inline_sources,
|
||||
keep_comments: true,
|
||||
remove_comments: false,
|
||||
source_map,
|
||||
source_map_file: None,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue