closeDrawer()}> {#if drawerContent?.content == undefined}
{:else if drawerContent?.mode === 'json'} {:else if drawerContent?.mode === 'plain'}
{drawerContent?.content}
			
{:else if drawerContent?.mode === 'deno' || drawerContent?.mode === 'python3' || drawerContent?.mode === 'go' || drawerContent?.mode === 'bash' || drawerContent?.mode === 'nativets'} {/if}
Logs & Result History {#if selectedTab === 'logs'} {#if previewJob != undefined && 'result' in previewJob}
{#if lang && editor && diffEditor && args && previewJob?.result?.error} {/if}
{:else}
{#if previewIsLoading} {:else} Test to see the result here {/if}
{/if}
{/if} Id Created at Success Result Code Logs {#each pastPreviews as { id, created_at, success }} {id.substring(30)} {displayDate(created_at)} {#if success} {:else} {/if} {/each}