diff options
author | Satya Rohith <me@satyarohith.com> | 2021-05-19 09:48:01 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 14:18:01 +1000 |
commit | 5127bb0d895bd2b5bfae62d977f786dc3014bea5 (patch) | |
tree | 1f7557a36a0ba77a5027b4eecf3b4c96ade39056 /cli/config_file.rs | |
parent | 7cf674d4111b0c9e21f2dcba0dcfd8213573fa5f (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, |