App.svelte
Nested.svelte
<script> import Nested from './Nested.svelte'; </script> <Nested answer={42}/> <Nested/>
loading editor...
Console
loading Svelte compiler...
loading editor...
Compiler options
result = svelte.compile(source, {
generate:
});loading editor...
No AST available
The AST is not public API and may change at any point in time