{#await load_promise} {:then}

Errors

{#each errors as error} error_selected = error }>{ error.location.file} {:else}

No Errors

You currently have no errors that are shown. Try refreshing. {/each}
{#if error_selected}

{error_selected.location.file}

{ error_selected.text }

          
{#each error_selected.location.lineText.split('\n') as line, i}
{ `${line}\n` }
{/each}
          
          

Notes

{#each error_selected.notes as note}

{note.location.file}

{note.text}

            
{ note.location.line}: {note.location.lineText}
            
          
{/each} {/if}
{/await}