We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf5294 commit bf77603Copy full SHA for bf77603
packages/repl/src/lib/Output/CompilerOptions.svelte
@@ -21,7 +21,7 @@
21
}}
22
/>
23
<label for={generate}><span class="string">"{generate}"</span></label>
24
- {/each}
+ {/each},
25
</div>
26
27
<!-- svelte-ignore a11y_label_has_associated_control (TODO this warning should probably be disabled if there's a component)-->
@@ -33,7 +33,7 @@
33
workspace.update_compiler_options({ dev });
34
35
36
- <span class="boolean">{workspace.compiler_options.dev}</span>,
+ <span class="boolean">{workspace.compiler_options.dev}</span>
37
</label>
38
});
39
@@ -57,7 +57,7 @@
57
58
.key {
59
display: inline-block;
60
- width: 9em;
+ width: 6em;
61
}
62
63
.string {
0 commit comments