frontend: remove WIP for deno
This commit is contained in:
@@ -215,7 +215,7 @@ export async function main(x: string, y: string = 'default arg') {
|
|||||||
small={true}
|
small={true}
|
||||||
options={[
|
options={[
|
||||||
['Python 3.10', 'python3'],
|
['Python 3.10', 'python3'],
|
||||||
['Typescript (Deno) WIP', 'deno']
|
['Typescript (Deno)', 'deno']
|
||||||
]}
|
]}
|
||||||
on:change={(e) => initContent(e.detail)}
|
on:change={(e) => initContent(e.detail)}
|
||||||
bind:value={script.language}
|
bind:value={script.language}
|
||||||
|
|||||||
Reference in New Issue
Block a user