We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf55e8 commit 7b7e8efCopy full SHA for 7b7e8ef
package.json
@@ -105,7 +105,7 @@
105
"prettier-plugin-svelte": "^3.3.3",
106
"rimraf": "^6.0.1",
107
"semver": "^7.7.1",
108
- "svelte": "^5.30.1",
+ "svelte": "^5.36.2",
109
"svelte2tsx": "^0.7.35",
110
"tsx": "^4.19.3",
111
"typescript": "~5.8.2",
src/parser/compat.ts
@@ -4,6 +4,7 @@ import type * as SvAST from "./svelte-ast-types.js";
4
import type * as Compiler from "./svelte-ast-types-for-v5.js";
5
6
export type Child =
7
+ | Compiler.AttachTag
8
| Compiler.Text
9
| Compiler.Tag
10
| Compiler.ElementLike
0 commit comments