@swc/plugin-formatjs 3.2.2 → 3.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/src/lib.rs +1 -1
- package/swc_plugin_formatjs.wasm +0 -0
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/lib.rs
CHANGED
|
@@ -16,7 +16,7 @@ pub fn process(mut program: Program, metadata: TransformPluginProgramMetadata) -
|
|
|
16
16
|
let plugin_options: FormatJSPluginOptions = if let Some(plugin_config) = plugin_config {
|
|
17
17
|
serde_json::from_str(&plugin_config).unwrap_or_else(|f| {
|
|
18
18
|
println!("Could not deserialize instrumentation option");
|
|
19
|
-
println!("{:#?}"
|
|
19
|
+
println!("{f:#?}");
|
|
20
20
|
Default::default()
|
|
21
21
|
})
|
|
22
22
|
} else {
|
package/swc_plugin_formatjs.wasm
CHANGED
|
Binary file
|