mirror of https://github.com/sveltejs/svelte
fix: ensure AST analysis on `svelte.js` modules succeeds (#15297)
This was the result of a `@ts-expect-error` silencing other type errors, which lead to this creeping in. This changes it so that the object is fully set, so we'll get type errors when new properties need to be added fixes #15284pull/15279/head
parent
8b977253f3
commit
7e3253745e
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: ensure AST analysis on `svelte.js` modules succeeds
|
Loading…
Reference in new issue