mirror of https://github.com/sveltejs/svelte
fix: ignore generic type arguments while creating AST (#15659)
* fix: ignore generic type arguments while creating AST bumps esrap and fixes a resulting error: because esrap now uses a more compliant TSESTree AST, it has `typeArguments` instead of `typeParameters` in some places - those were not deleted while stripping types, which caused an error. * fix $$render_inner declarationpull/15650/head
parent
3682371fb6
commit
959f593487
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: ignore generic type arguments while creating AST
|
Loading…
Reference in new issue