+
+
+
+
+ {currentScript?.path ?? 'Not editing a script'}
+ {currentScript?.language ?? ''}
+
+
+ {#if $userStore != undefined}
+ As {$userStore?.username} in {$workspaceStore}
+ {:else}
+ Unable to login
+ {/if}
+
+ {#if !validCode}
+
Invalid code
+ {/if}
+
+ {#if testIsLoading}
+
+ {:else}
+
+ {/if}
+
+
+
+
+
+
+
+
+
+
+ {:else}
+
+