Skip to content

Commit

Permalink
Clarify source_compression docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saulecabrera committed Aug 13, 2024
1 parent 5775614 commit 734da56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/codegen/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub(crate) struct CodeGenBuilder {
provider_version: Option<&'static str>,
/// WIT options for code generation.
wit_opts: WitOptions,
/// Whether to embed the compressed JS source in the generated module.
/// Whether to compress the original JS source.
source_compression: bool,
}

Expand Down

0 comments on commit 734da56

Please sign in to comment.