App.svelte
runes
9
1
›
loading Svelte compiler...
9
1
2
3
4
5
6
7
›
⌄
import 'svelte/internal/disclose-version';
import 'svelte/internal/flags/legacy';
import * as $ from 'svelte/internal/client';
export default function App($$anchor) {
}
9
1
›
/* Add a <style> tag to see the CSS output */
Root {
- css: null
- js: []
- start: null
- end: null
- type: "Root"
fragment: Fragment {...}
- type: "Fragment"
- nodes: []
}- options: null
}
The AST is not public API and may change at any point in time