mirror of https://github.com/sveltejs/svelte
fix: cleanup `superTypeParameters` in `ClassDeclarations`/`ClassExpression` (#18015)
Closes #18012
We were removing `superTypeArguments` but the AST showed
`superTypeParameters`.
Luckily, I was able to pinpoint `esrap@2.2.4` as the cause... I've only
bumped `esrap` and that made the test fail (so that I could fix it)
And of course it was that...there's literally a commit that explicitly
print them lol
f9137c4101
pull/18006/head
parent
a9d8439ad1
commit
957f2755fa
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: cleanup `superTypeParameters` in `ClassDeclarations`/`ClassExpression`
|
||||
Loading…
Reference in new issue