We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c340816 commit 94874caCopy full SHA for 94874ca
crates/xtask/src/build/jco.rs
@@ -197,7 +197,8 @@ fn transpile(args: TranspileArgs) -> Result<()> {
197
import_bindings: Some(BindingsMode::Js),
198
guest: false,
199
async_mode: None,
200
- strict: true,
+ // TODO(breaking): strict by default
201
+ strict: false,
202
};
203
204
let transpiled = js_component_bindgen::transpile(&adapted_component, opts)?;
0 commit comments