mirror of https://github.com/sveltejs/svelte
This is needed for backwards/forwards compatibility: language tools will for the foreseeable future transform components using the new type to the class component type. To keep having an error on invalid bindings, we therefore need to enhance the legacy class component to optionally accept a binding type.pull/13335/head
parent
e4926d7507
commit
cb9b6d5869
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: add bindings generic to legacy class component for backwards compat
|
||||
Loading…
Reference in new issue