App.svelte
runes
9
1
›
loading Svelte compiler...
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
⌄
/* App.svelte generated by Svelte v3.59.2 */
import { SvelteComponent, init, safe_not_equal } from "svelte/internal";
class App extends SvelteComponent {
constructor(options) {
super();
init(this, options, null, null, safe_not_equal, {});
}
}
export default App;
9
1
›
/* Add a <style> tag to see the CSS output */
{
html: Fragment {...}
- start: null
- end: null
- type: "Fragment"
- children: []
}- css: undefined
- instance: undefined
- module: undefined
}
The AST is not public API and may change at any point in time