Skip to content

Commit

Permalink
fix: remove implements from class declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscorn committed Dec 18, 2024
1 parent e38975e commit 88dbb7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/calm-maps-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'svelte': patch
---

fix: remove implements from class declarations
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ const visitors = {
if (node.declare) {
return b.empty;
}
delete node.implements;
return context.next();
},
VariableDeclaration(node, context) {
Expand Down

0 comments on commit 88dbb7f

Please sign in to comment.