We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
swc-project
Learn more about funding links in repositories.
Report abuse
1 parent bcb9cdb commit 132be95Copy full SHA for 132be95
crates/swc_common/src/plugin/mod.rs
@@ -20,7 +20,7 @@ pub mod serialized;
20
* - When removing, or changing existing properties in the AST struct: TBD
21
*/
22
#[cfg(feature = "plugin_transform_schema_v1")]
23
-pub const PLUGIN_TRANSFORM_AST_SCHEMA_VERSION: u32 = 2;
+pub const PLUGIN_TRANSFORM_AST_SCHEMA_VERSION: u32 = 1;
24
25
// Reserved for the testing purpose.
26
#[cfg(feature = "plugin_transform_schema_vtest")]
0 commit comments