mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 22:22:34 +03:00
fix(es/plugin): Fix schema version issue (#8621)
This commit is contained in:
parent
bcb9cdb0f1
commit
132be95173
@ -20,7 +20,7 @@ pub mod serialized;
|
||||
* - When removing, or changing existing properties in the AST struct: TBD
|
||||
*/
|
||||
#[cfg(feature = "plugin_transform_schema_v1")]
|
||||
pub const PLUGIN_TRANSFORM_AST_SCHEMA_VERSION: u32 = 2;
|
||||
pub const PLUGIN_TRANSFORM_AST_SCHEMA_VERSION: u32 = 1;
|
||||
|
||||
// Reserved for the testing purpose.
|
||||
#[cfg(feature = "plugin_transform_schema_vtest")]
|
||||
|
Loading…
Reference in New Issue
Block a user