Skip to content

Commit

Permalink
unintentional debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Sep 1, 2024
1 parent 33eda36 commit 2f7acb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/compat/src/resolver-transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ class TemplateResolver implements ASTPlugin {
}
if (component.type === 'path') {
let ownComponentRules = this.findRules(this.env.filename);
debugger;
if (ownComponentRules && ownComponentRules.safeInteriorPaths.includes(component.path)) {
return null;
}
Expand Down

0 comments on commit 2f7acb1

Please sign in to comment.