Skip to content

Commit

Permalink
pass filename option to avoid build error on component rules lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
void-mAlex committed Aug 16, 2024
1 parent 1498c47 commit d142489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/compat/src/template-tag-codemod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class TemplateTagCodemodPlugin extends Plugin {
},
],
],
filename: current_file,
})?.code ?? '';
const import_bucket: NodePath<t.ImportDeclaration>[] = [];
let transformed_template_value = '';
Expand Down

0 comments on commit d142489

Please sign in to comment.