diff options
author | Satya Rohith <me@satyarohith.com> | 2021-05-19 09:48:01 +0530 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2021-05-31 16:37:29 +0200 |
commit | 4fedc702c60c4d0358354312e19eadef4d97e922 (patch) | |
tree | 81fef1ff7d2a302b07b64822031aa1d16103ee9f /cli/config_file.rs | |
parent | c02af343426dd8f2e147775a8edc8af7541fbd80 (diff) |
fix(runtime): support source maps with Deno.emit() and bundle (#10510)
Closes: #10413
Diffstat (limited to 'cli/config_file.rs')
-rw-r--r-- | cli/config_file.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/config_file.rs b/cli/config_file.rs index a7fe7f2de..1875f9906 100644 --- a/cli/config_file.rs +++ b/cli/config_file.rs @@ -24,6 +24,7 @@ pub struct EmitConfigOptions { pub emit_decorator_metadata: bool, pub imports_not_used_as_values: String, pub inline_source_map: bool, + pub source_map: bool, pub jsx: String, pub jsx_factory: String, pub jsx_fragment_factory: String, |