We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d49ab commit 3a512cbCopy full SHA for 3a512cb
rust/cube-prop-ctx-transpiler-swc-plugin/src/lib.rs
@@ -67,7 +67,7 @@ static TRANSPILLED_FIELDS: LazyLock<HashSet<String>> = LazyLock::new(|| {
67
68
static CONFIG_CACHE: RwLock<Option<TransformConfig>> = RwLock::new(None);
69
70
-#[derive(Deserialize, Clone)]
+#[derive(Deserialize, Clone, Debug)]
71
#[serde(rename_all = "camelCase")]
72
pub struct TransformConfig {
73
cube_names: HashSet<String>,
0 commit comments