This commit is contained in:
Rolf Martin Glomsrud 2023-12-11 19:40:19 +01:00
parent c3c1736e4d
commit e482f9b0b4

View file

@ -36,6 +36,7 @@ export function transform(recipe: TransformRecipe, code:string){
if (codePath.node.type === path.node.type){
console.log("We found a match with");
console.log(codePath.node);
}
}
})