App.svelte

loading Svelte compiler...
/* 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;
/* 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
- • Playground • Svelte