{#if !noSyncFromGithub}
{/if}
{ inferSchema(code) }} > { inferSchema(e.detail) }} cmdEnterAction={async () => { await inferSchema(code) runTest() }} formatAction={async () => { await inferSchema(code) try { localStorage.setItem(path ?? 'last_save', code) } catch (e) { console.error('Could not save last_save to local storage', e) } lastSave = code }} class="flex flex-1 h-full !overflow-visible" lang={scriptLangToEditorLang(lang)} automaticLayout={true} {fixedOverflowWidgets} />
{#if testIsLoading} {:else} {/if}