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 7336c2c commit dbb1c38Copy full SHA for dbb1c38
packages/swc-ast-grep/src/lib.rs
@@ -1,2 +1,4 @@
1
+use swc_core::plugin::plugin_transform;
2
+
3
#[plugin_transform]
4
fn swc_ast_grep_plugin(mut program: Program, data: TransformPluginProgramMetadata) -> Program {}
0 commit comments