code-languages 1.36.5 → 1.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +81 -2
- package/dist/api-CvUpukaI.d.ts +134 -0
- package/dist/api-DVDG0xl6.d.cts +134 -0
- package/dist/api.cjs +3050 -1575
- package/dist/api.d.cts +3 -77
- package/dist/api.d.ts +3 -77
- package/dist/api.js +3050 -1575
- package/dist/detect-slugs.cjs +14 -3
- package/dist/detect-slugs.d.cts +1 -1
- package/dist/detect-slugs.d.ts +1 -1
- package/dist/detect-slugs.js +14 -3
- package/dist/detect.cjs +553 -3
- package/dist/detect.js +553 -3
- package/dist/i18n.cjs +1 -1
- package/dist/i18n.js +1 -1
- package/dist/index.cjs +3071 -1588
- package/dist/index.d.cts +508 -2
- package/dist/index.d.ts +508 -2
- package/dist/index.js +3070 -1589
- package/dist/languages/angelscript.cjs +52 -0
- package/dist/languages/angelscript.d.cts +49 -0
- package/dist/languages/angelscript.d.ts +49 -0
- package/dist/languages/angelscript.js +50 -0
- package/dist/languages/gml.cjs +52 -0
- package/dist/languages/gml.d.cts +49 -0
- package/dist/languages/gml.d.ts +49 -0
- package/dist/languages/gml.js +50 -0
- package/dist/languages/ink-narrative.cjs +52 -0
- package/dist/languages/ink-narrative.d.cts +49 -0
- package/dist/languages/ink-narrative.d.ts +49 -0
- package/dist/languages/ink-narrative.js +50 -0
- package/dist/languages/modelica.cjs +52 -0
- package/dist/languages/modelica.d.cts +49 -0
- package/dist/languages/modelica.d.ts +49 -0
- package/dist/languages/modelica.js +50 -0
- package/dist/languages/nextflow.cjs +52 -0
- package/dist/languages/nextflow.d.cts +49 -0
- package/dist/languages/nextflow.d.ts +49 -0
- package/dist/languages/nextflow.js +50 -0
- package/dist/languages/octave.cjs +52 -0
- package/dist/languages/octave.d.cts +49 -0
- package/dist/languages/octave.d.ts +49 -0
- package/dist/languages/octave.js +50 -0
- package/dist/languages/snakemake.cjs +52 -0
- package/dist/languages/snakemake.d.cts +49 -0
- package/dist/languages/snakemake.d.ts +49 -0
- package/dist/languages/snakemake.js +50 -0
- package/dist/languages/spss.cjs +52 -0
- package/dist/languages/spss.d.cts +49 -0
- package/dist/languages/spss.d.ts +49 -0
- package/dist/languages/spss.js +50 -0
- package/dist/languages/squirrel.cjs +52 -0
- package/dist/languages/squirrel.d.cts +49 -0
- package/dist/languages/squirrel.d.ts +49 -0
- package/dist/languages/squirrel.js +50 -0
- package/dist/languages/twee.cjs +52 -0
- package/dist/languages/twee.d.cts +49 -0
- package/dist/languages/twee.d.ts +49 -0
- package/dist/languages/twee.js +50 -0
- package/dist/languages/wdl.cjs +52 -0
- package/dist/languages/wdl.d.cts +49 -0
- package/dist/languages/wdl.d.ts +49 -0
- package/dist/languages/wdl.js +50 -0
- package/dist/{language-registry-59NJVWeg.d.cts → registry-xJ7UlZlJ.d.cts} +33 -0
- package/dist/{language-registry-59NJVWeg.d.ts → registry-xJ7UlZlJ.d.ts} +33 -0
- package/package.json +126 -68
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/twee.ts
|
|
4
|
+
var twee = {
|
|
5
|
+
slug: "twee",
|
|
6
|
+
publishedDate: "2009-01-01",
|
|
7
|
+
extensions: [".tw", ".twee", ".tw2"],
|
|
8
|
+
author: "Chris Klimas and contributors",
|
|
9
|
+
website: "https://twinery.org",
|
|
10
|
+
paradigms: ["narrative", "declarative", "markup", "hypertext"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["Twine", "Tweego"],
|
|
13
|
+
ecosystems: ["Interactive Fiction", "Narrative Games", "Game Development"]
|
|
14
|
+
},
|
|
15
|
+
version: "2.10.0",
|
|
16
|
+
logo: "https://avatars.githubusercontent.com/u/2966890?v=4",
|
|
17
|
+
color: "#0A6D91",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "Twee/Twine",
|
|
21
|
+
description: "A plain-text format for writing interactive hypertext fiction in the Twine ecosystem.",
|
|
22
|
+
longDescription: "Twee is the plain-text source format underlying the Twine interactive fiction ecosystem. Passages are defined with double-bracket links and special markup that compiles to story formats such as Harlowe, Sugarcube, and Chapbook, producing self-contained HTML files that run in any browser without plugins.\n\nOriginally created by Chris Klimas as a visual tool for non-programmers, Twine and its Twee format have become a popular entry point for interactive fiction authors. The command-line compiler Tweego enables version-controlled, file-based authoring workflows, while the graphical Twine editor supports visual story mapping."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "Twee/Twine",
|
|
26
|
+
description: "Formato de texto plano para escribir ficcion interactiva de hipertexto en el ecosistema Twine.",
|
|
27
|
+
longDescription: "Twee es el formato de texto plano subyacente al ecosistema de ficcion interactiva Twine. Los pasajes se definen con enlaces de doble corchete y marcado especial que se compila a formatos de historia como Harlowe, Sugarcube y Chapbook, produciendo archivos HTML autocontenidos que funcionan en cualquier navegador sin complementos.\n\nCreado originalmente por Chris Klimas como herramienta visual para no programadores, Twine y su formato Twee se han convertido en un popular punto de entrada para autores de ficcion interactiva. El compilador de linea de comandos Tweego permite flujos de trabajo basados en archivos con control de versiones, mientras que el editor grafico Twine admite mapeo visual de historias."
|
|
28
|
+
},
|
|
29
|
+
it: {
|
|
30
|
+
name: "Twee/Twine",
|
|
31
|
+
description: "Formato in testo semplice per scrivere narrativa interattiva ipertestuale nell ecosistema Twine.",
|
|
32
|
+
longDescription: "Twee e il formato in testo semplice alla base dell ecosistema di narrativa interattiva Twine. I passaggi sono definiti con link a doppie parentesi e markup speciale che si compila in formati come Harlowe, Sugarcube e Chapbook, producendo file HTML autonomi eseguibili in qualsiasi browser senza plugin.\n\nOriginariamente creato da Chris Klimas come strumento visivo per non programmatori, Twine e il formato Twee sono diventati un punto di ingresso popolare per gli autori di narrativa interattiva. Il compilatore da riga di comando Tweego abilita flussi di lavoro basati su file con controllo versione, mentre l editor grafico Twine supporta la mappatura visiva delle storie."
|
|
33
|
+
},
|
|
34
|
+
fr: {
|
|
35
|
+
name: "Twee/Twine",
|
|
36
|
+
description: "Format texte brut pour ecrire de la fiction interactive hypertextuelle dans l ecosysteme Twine.",
|
|
37
|
+
longDescription: "Twee est le format texte brut sous-jacent a l ecosysteme de fiction interactive Twine. Les passages sont definis avec des liens a double crochet et un balisage special qui se compile vers des formats d histoire comme Harlowe, Sugarcube et Chapbook, produisant des fichiers HTML autonomes fonctionnant dans n importe quel navigateur sans plugin.\n\nCree initialement par Chris Klimas comme outil visuel pour les non-programmeurs, Twine et son format Twee sont devenus un point d entree populaire pour les auteurs de fiction interactive. Le compilateur en ligne de commande Tweego permet des flux de travail bases sur des fichiers avec controle de version, tandis que l editeur graphique Twine permet la cartographie visuelle des histoires."
|
|
38
|
+
},
|
|
39
|
+
de: {
|
|
40
|
+
name: "Twee/Twine",
|
|
41
|
+
description: "Klartextformat fur das Schreiben interaktiver Hypertextfiction im Twine-Okosystem.",
|
|
42
|
+
longDescription: "Twee ist das Klartextquellenformat des Twine-Interaktivfiction-Okosystems. Passagen werden mit doppeleckigen Klammern und speziellem Markup definiert, das zu Story-Formaten wie Harlowe, Sugarcube und Chapbook kompiliert wird und eigenstandige HTML-Dateien erzeugt, die ohne Plugins in jedem Browser laufen.\n\nUrsprunglich von Chris Klimas als visuelles Werkzeug fur Nicht-Programmierer entwickelt, sind Twine und das Twee-Format zu einem beliebten Einstiegspunkt fur Interaktivfiction-Autoren geworden. Der Kommandozeilencompiler Tweego ermoglicht dateibasierte Arbeitsablaufe mit Versionskontrolle, wahrend der grafische Twine-Editor visuelles Story-Mapping unterstutzt."
|
|
43
|
+
},
|
|
44
|
+
pt: {
|
|
45
|
+
name: "Twee/Twine",
|
|
46
|
+
description: "Formato de texto simples para escrever ficcao interativa de hipertexto no ecossistema Twine.",
|
|
47
|
+
longDescription: "Twee e o formato de texto simples subjacente ao ecossistema de ficcao interativa Twine. As passagens sao definidas com links de duplo colchete e marcacao especial que compila para formatos de historia como Harlowe, Sugarcube e Chapbook, produzindo arquivos HTML autocontidos que funcionam em qualquer navegador sem plugins.\n\nCriado originalmente por Chris Klimas como ferramenta visual para nao-programadores, Twine e seu formato Twee tornaram-se um ponto de entrada popular para autores de ficcao interativa. O compilador de linha de comando Tweego permite fluxos de trabalho baseados em arquivos com controle de versao, enquanto o editor grafico Twine suporta mapeamento visual de historias."
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
exports.twee = twee;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const twee: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#0A6D91";
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
it: {
|
|
27
|
+
name: string;
|
|
28
|
+
description: string;
|
|
29
|
+
longDescription: string;
|
|
30
|
+
};
|
|
31
|
+
fr: {
|
|
32
|
+
name: string;
|
|
33
|
+
description: string;
|
|
34
|
+
longDescription: string;
|
|
35
|
+
};
|
|
36
|
+
de: {
|
|
37
|
+
name: string;
|
|
38
|
+
description: string;
|
|
39
|
+
longDescription: string;
|
|
40
|
+
};
|
|
41
|
+
pt: {
|
|
42
|
+
name: string;
|
|
43
|
+
description: string;
|
|
44
|
+
longDescription: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export { twee };
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const twee: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#0A6D91";
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
it: {
|
|
27
|
+
name: string;
|
|
28
|
+
description: string;
|
|
29
|
+
longDescription: string;
|
|
30
|
+
};
|
|
31
|
+
fr: {
|
|
32
|
+
name: string;
|
|
33
|
+
description: string;
|
|
34
|
+
longDescription: string;
|
|
35
|
+
};
|
|
36
|
+
de: {
|
|
37
|
+
name: string;
|
|
38
|
+
description: string;
|
|
39
|
+
longDescription: string;
|
|
40
|
+
};
|
|
41
|
+
pt: {
|
|
42
|
+
name: string;
|
|
43
|
+
description: string;
|
|
44
|
+
longDescription: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export { twee };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
// src/languages/twee.ts
|
|
2
|
+
var twee = {
|
|
3
|
+
slug: "twee",
|
|
4
|
+
publishedDate: "2009-01-01",
|
|
5
|
+
extensions: [".tw", ".twee", ".tw2"],
|
|
6
|
+
author: "Chris Klimas and contributors",
|
|
7
|
+
website: "https://twinery.org",
|
|
8
|
+
paradigms: ["narrative", "declarative", "markup", "hypertext"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["Twine", "Tweego"],
|
|
11
|
+
ecosystems: ["Interactive Fiction", "Narrative Games", "Game Development"]
|
|
12
|
+
},
|
|
13
|
+
version: "2.10.0",
|
|
14
|
+
logo: "https://avatars.githubusercontent.com/u/2966890?v=4",
|
|
15
|
+
color: "#0A6D91",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "Twee/Twine",
|
|
19
|
+
description: "A plain-text format for writing interactive hypertext fiction in the Twine ecosystem.",
|
|
20
|
+
longDescription: "Twee is the plain-text source format underlying the Twine interactive fiction ecosystem. Passages are defined with double-bracket links and special markup that compiles to story formats such as Harlowe, Sugarcube, and Chapbook, producing self-contained HTML files that run in any browser without plugins.\n\nOriginally created by Chris Klimas as a visual tool for non-programmers, Twine and its Twee format have become a popular entry point for interactive fiction authors. The command-line compiler Tweego enables version-controlled, file-based authoring workflows, while the graphical Twine editor supports visual story mapping."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "Twee/Twine",
|
|
24
|
+
description: "Formato de texto plano para escribir ficcion interactiva de hipertexto en el ecosistema Twine.",
|
|
25
|
+
longDescription: "Twee es el formato de texto plano subyacente al ecosistema de ficcion interactiva Twine. Los pasajes se definen con enlaces de doble corchete y marcado especial que se compila a formatos de historia como Harlowe, Sugarcube y Chapbook, produciendo archivos HTML autocontenidos que funcionan en cualquier navegador sin complementos.\n\nCreado originalmente por Chris Klimas como herramienta visual para no programadores, Twine y su formato Twee se han convertido en un popular punto de entrada para autores de ficcion interactiva. El compilador de linea de comandos Tweego permite flujos de trabajo basados en archivos con control de versiones, mientras que el editor grafico Twine admite mapeo visual de historias."
|
|
26
|
+
},
|
|
27
|
+
it: {
|
|
28
|
+
name: "Twee/Twine",
|
|
29
|
+
description: "Formato in testo semplice per scrivere narrativa interattiva ipertestuale nell ecosistema Twine.",
|
|
30
|
+
longDescription: "Twee e il formato in testo semplice alla base dell ecosistema di narrativa interattiva Twine. I passaggi sono definiti con link a doppie parentesi e markup speciale che si compila in formati come Harlowe, Sugarcube e Chapbook, producendo file HTML autonomi eseguibili in qualsiasi browser senza plugin.\n\nOriginariamente creato da Chris Klimas come strumento visivo per non programmatori, Twine e il formato Twee sono diventati un punto di ingresso popolare per gli autori di narrativa interattiva. Il compilatore da riga di comando Tweego abilita flussi di lavoro basati su file con controllo versione, mentre l editor grafico Twine supporta la mappatura visiva delle storie."
|
|
31
|
+
},
|
|
32
|
+
fr: {
|
|
33
|
+
name: "Twee/Twine",
|
|
34
|
+
description: "Format texte brut pour ecrire de la fiction interactive hypertextuelle dans l ecosysteme Twine.",
|
|
35
|
+
longDescription: "Twee est le format texte brut sous-jacent a l ecosysteme de fiction interactive Twine. Les passages sont definis avec des liens a double crochet et un balisage special qui se compile vers des formats d histoire comme Harlowe, Sugarcube et Chapbook, produisant des fichiers HTML autonomes fonctionnant dans n importe quel navigateur sans plugin.\n\nCree initialement par Chris Klimas comme outil visuel pour les non-programmeurs, Twine et son format Twee sont devenus un point d entree populaire pour les auteurs de fiction interactive. Le compilateur en ligne de commande Tweego permet des flux de travail bases sur des fichiers avec controle de version, tandis que l editeur graphique Twine permet la cartographie visuelle des histoires."
|
|
36
|
+
},
|
|
37
|
+
de: {
|
|
38
|
+
name: "Twee/Twine",
|
|
39
|
+
description: "Klartextformat fur das Schreiben interaktiver Hypertextfiction im Twine-Okosystem.",
|
|
40
|
+
longDescription: "Twee ist das Klartextquellenformat des Twine-Interaktivfiction-Okosystems. Passagen werden mit doppeleckigen Klammern und speziellem Markup definiert, das zu Story-Formaten wie Harlowe, Sugarcube und Chapbook kompiliert wird und eigenstandige HTML-Dateien erzeugt, die ohne Plugins in jedem Browser laufen.\n\nUrsprunglich von Chris Klimas als visuelles Werkzeug fur Nicht-Programmierer entwickelt, sind Twine und das Twee-Format zu einem beliebten Einstiegspunkt fur Interaktivfiction-Autoren geworden. Der Kommandozeilencompiler Tweego ermoglicht dateibasierte Arbeitsablaufe mit Versionskontrolle, wahrend der grafische Twine-Editor visuelles Story-Mapping unterstutzt."
|
|
41
|
+
},
|
|
42
|
+
pt: {
|
|
43
|
+
name: "Twee/Twine",
|
|
44
|
+
description: "Formato de texto simples para escrever ficcao interativa de hipertexto no ecossistema Twine.",
|
|
45
|
+
longDescription: "Twee e o formato de texto simples subjacente ao ecossistema de ficcao interativa Twine. As passagens sao definidas com links de duplo colchete e marcacao especial que compila para formatos de historia como Harlowe, Sugarcube e Chapbook, produzindo arquivos HTML autocontidos que funcionam em qualquer navegador sem plugins.\n\nCriado originalmente por Chris Klimas como ferramenta visual para nao-programadores, Twine e seu formato Twee tornaram-se um ponto de entrada popular para autores de ficcao interativa. O compilador de linha de comando Tweego permite fluxos de trabalho baseados em arquivos com controle de versao, enquanto o editor grafico Twine suporta mapeamento visual de historias."
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export { twee };
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/wdl.ts
|
|
4
|
+
var wdl = {
|
|
5
|
+
slug: "wdl",
|
|
6
|
+
publishedDate: "2016-01-01",
|
|
7
|
+
extensions: [".wdl"],
|
|
8
|
+
author: "Broad Institute and OpenWDL community",
|
|
9
|
+
website: "https://openwdl.org",
|
|
10
|
+
paradigms: ["declarative", "dataflow", "pipeline"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["Cromwell", "miniwdl", "Terra"],
|
|
13
|
+
ecosystems: ["Bioinformatics", "Scientific Workflows", "Cloud Computing", "Genomics"]
|
|
14
|
+
},
|
|
15
|
+
version: "1.2.0",
|
|
16
|
+
logo: "https://avatars.githubusercontent.com/u/23492081?v=4",
|
|
17
|
+
color: "#3C6DA6",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "WDL",
|
|
21
|
+
description: "A workflow definition language for describing portable and reproducible data pipelines.",
|
|
22
|
+
longDescription: "WDL (Workflow Description Language) is a human-readable specification language for defining tasks, workflows, and their dependencies in a portable and reproducible way. Each task describes a command to run with typed inputs, outputs, and runtime requirements such as CPU, memory, and container images.\n\nOriginally developed at the Broad Institute, WDL is governed by the OpenWDL community and widely used in genomics and precision medicine on platforms such as Terra, Google Life Sciences, and AWS Batch. Its declarative syntax makes pipelines easy to read, maintain, and share across research groups and cloud environments."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "WDL",
|
|
26
|
+
description: "Lenguaje de definicion de flujos de trabajo para describir pipelines portables y reproducibles.",
|
|
27
|
+
longDescription: "WDL (Workflow Description Language) es un lenguaje de especificacion legible para definir tareas, flujos de trabajo y sus dependencias de forma portable y reproducible. Cada tarea describe un comando a ejecutar con entradas y salidas tipadas y requisitos de ejecucion como CPU, memoria e imagenes de contenedor.\n\nDesarrollado originalmente en el Broad Institute, WDL es gobernado por la comunidad OpenWDL y ampliamente utilizado en genomica y medicina de precision en plataformas como Terra, Google Life Sciences y AWS Batch. Su sintaxis declarativa facilita la lectura, mantenimiento y comparticion de pipelines entre grupos de investigacion."
|
|
28
|
+
},
|
|
29
|
+
it: {
|
|
30
|
+
name: "WDL",
|
|
31
|
+
description: "Linguaggio di definizione dei workflow per descrivere pipeline dati portabili e riproducibili.",
|
|
32
|
+
longDescription: "WDL (Workflow Description Language) e un linguaggio di specifica leggibile per definire task, workflow e dipendenze in modo portabile e riproducibile. Ogni task descrive un comando da eseguire con input e output tipizzati e requisiti di runtime come CPU, memoria e immagini container.\n\nSviluppato originariamente al Broad Institute, WDL e gestito dalla community OpenWDL ed e ampiamente usato in genomica e medicina di precisione su piattaforme come Terra, Google Life Sciences e AWS Batch. La sua sintassi dichiarativa rende le pipeline facili da leggere, mantenere e condividere tra gruppi di ricerca."
|
|
33
|
+
},
|
|
34
|
+
fr: {
|
|
35
|
+
name: "WDL",
|
|
36
|
+
description: "Langage de definition de workflows pour decrire des pipelines de donnees portables et reproductibles.",
|
|
37
|
+
longDescription: "WDL (Workflow Description Language) est un langage de specification lisible pour definir des taches, des workflows et leurs dependances de maniere portable et reproductible. Chaque tache decrit une commande a executer avec des entrees et sorties typees et des exigences d execution telles que CPU, memoire et images conteneur.\n\nDeveloppe initialement au Broad Institute, WDL est gere par la communaute OpenWDL et largement utilise en genomique et medecine de precision sur des plateformes telles que Terra, Google Life Sciences et AWS Batch. Sa syntaxe declarative facilite la lecture, la maintenance et le partage des pipelines."
|
|
38
|
+
},
|
|
39
|
+
de: {
|
|
40
|
+
name: "WDL",
|
|
41
|
+
description: "Workflow-Definitionssprache fur portable und reproduzierbare Daten-Pipelines.",
|
|
42
|
+
longDescription: "WDL (Workflow Description Language) ist eine menschenlesbare Spezifikationssprache zur Definition von Tasks, Workflows und deren Abhangigkeiten auf portable und reproduzierbare Weise. Jeder Task beschreibt einen auszufuhrenden Befehl mit typisierten Ein- und Ausgaben sowie Laufzeitanforderungen wie CPU, Speicher und Container-Images.\n\nUrsprunglich am Broad Institute entwickelt, wird WDL von der OpenWDL-Community betreut und ist weit verbreitet in Genomik und Prazisionsmedizin auf Plattformen wie Terra, Google Life Sciences und AWS Batch. Die deklarative Syntax erleichtert das Lesen, Pflegen und Teilen von Pipelines zwischen Forschungsgruppen."
|
|
43
|
+
},
|
|
44
|
+
pt: {
|
|
45
|
+
name: "WDL",
|
|
46
|
+
description: "Linguagem de definicao de workflow para descrever pipelines de dados portaveis e reproduziveis.",
|
|
47
|
+
longDescription: "WDL (Workflow Description Language) e uma linguagem de especificacao legivel para definir tarefas, workflows e suas dependencias de forma portavel e reproduzivel. Cada tarefa descreve um comando a ser executado com entradas e saidas tipadas e requisitos de execucao como CPU, memoria e imagens de container.\n\nDesenvolvido originalmente no Broad Institute, o WDL e gerenciado pela comunidade OpenWDL e amplamente utilizado em genomica e medicina de precisao em plataformas como Terra, Google Life Sciences e AWS Batch. Sua sintaxe declarativa facilita a leitura, manutencao e compartilhamento de pipelines entre grupos de pesquisa."
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
exports.wdl = wdl;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const wdl: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#3C6DA6";
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
it: {
|
|
27
|
+
name: string;
|
|
28
|
+
description: string;
|
|
29
|
+
longDescription: string;
|
|
30
|
+
};
|
|
31
|
+
fr: {
|
|
32
|
+
name: string;
|
|
33
|
+
description: string;
|
|
34
|
+
longDescription: string;
|
|
35
|
+
};
|
|
36
|
+
de: {
|
|
37
|
+
name: string;
|
|
38
|
+
description: string;
|
|
39
|
+
longDescription: string;
|
|
40
|
+
};
|
|
41
|
+
pt: {
|
|
42
|
+
name: string;
|
|
43
|
+
description: string;
|
|
44
|
+
longDescription: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export { wdl };
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const wdl: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#3C6DA6";
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
it: {
|
|
27
|
+
name: string;
|
|
28
|
+
description: string;
|
|
29
|
+
longDescription: string;
|
|
30
|
+
};
|
|
31
|
+
fr: {
|
|
32
|
+
name: string;
|
|
33
|
+
description: string;
|
|
34
|
+
longDescription: string;
|
|
35
|
+
};
|
|
36
|
+
de: {
|
|
37
|
+
name: string;
|
|
38
|
+
description: string;
|
|
39
|
+
longDescription: string;
|
|
40
|
+
};
|
|
41
|
+
pt: {
|
|
42
|
+
name: string;
|
|
43
|
+
description: string;
|
|
44
|
+
longDescription: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export { wdl };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
// src/languages/wdl.ts
|
|
2
|
+
var wdl = {
|
|
3
|
+
slug: "wdl",
|
|
4
|
+
publishedDate: "2016-01-01",
|
|
5
|
+
extensions: [".wdl"],
|
|
6
|
+
author: "Broad Institute and OpenWDL community",
|
|
7
|
+
website: "https://openwdl.org",
|
|
8
|
+
paradigms: ["declarative", "dataflow", "pipeline"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["Cromwell", "miniwdl", "Terra"],
|
|
11
|
+
ecosystems: ["Bioinformatics", "Scientific Workflows", "Cloud Computing", "Genomics"]
|
|
12
|
+
},
|
|
13
|
+
version: "1.2.0",
|
|
14
|
+
logo: "https://avatars.githubusercontent.com/u/23492081?v=4",
|
|
15
|
+
color: "#3C6DA6",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "WDL",
|
|
19
|
+
description: "A workflow definition language for describing portable and reproducible data pipelines.",
|
|
20
|
+
longDescription: "WDL (Workflow Description Language) is a human-readable specification language for defining tasks, workflows, and their dependencies in a portable and reproducible way. Each task describes a command to run with typed inputs, outputs, and runtime requirements such as CPU, memory, and container images.\n\nOriginally developed at the Broad Institute, WDL is governed by the OpenWDL community and widely used in genomics and precision medicine on platforms such as Terra, Google Life Sciences, and AWS Batch. Its declarative syntax makes pipelines easy to read, maintain, and share across research groups and cloud environments."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "WDL",
|
|
24
|
+
description: "Lenguaje de definicion de flujos de trabajo para describir pipelines portables y reproducibles.",
|
|
25
|
+
longDescription: "WDL (Workflow Description Language) es un lenguaje de especificacion legible para definir tareas, flujos de trabajo y sus dependencias de forma portable y reproducible. Cada tarea describe un comando a ejecutar con entradas y salidas tipadas y requisitos de ejecucion como CPU, memoria e imagenes de contenedor.\n\nDesarrollado originalmente en el Broad Institute, WDL es gobernado por la comunidad OpenWDL y ampliamente utilizado en genomica y medicina de precision en plataformas como Terra, Google Life Sciences y AWS Batch. Su sintaxis declarativa facilita la lectura, mantenimiento y comparticion de pipelines entre grupos de investigacion."
|
|
26
|
+
},
|
|
27
|
+
it: {
|
|
28
|
+
name: "WDL",
|
|
29
|
+
description: "Linguaggio di definizione dei workflow per descrivere pipeline dati portabili e riproducibili.",
|
|
30
|
+
longDescription: "WDL (Workflow Description Language) e un linguaggio di specifica leggibile per definire task, workflow e dipendenze in modo portabile e riproducibile. Ogni task descrive un comando da eseguire con input e output tipizzati e requisiti di runtime come CPU, memoria e immagini container.\n\nSviluppato originariamente al Broad Institute, WDL e gestito dalla community OpenWDL ed e ampiamente usato in genomica e medicina di precisione su piattaforme come Terra, Google Life Sciences e AWS Batch. La sua sintassi dichiarativa rende le pipeline facili da leggere, mantenere e condividere tra gruppi di ricerca."
|
|
31
|
+
},
|
|
32
|
+
fr: {
|
|
33
|
+
name: "WDL",
|
|
34
|
+
description: "Langage de definition de workflows pour decrire des pipelines de donnees portables et reproductibles.",
|
|
35
|
+
longDescription: "WDL (Workflow Description Language) est un langage de specification lisible pour definir des taches, des workflows et leurs dependances de maniere portable et reproductible. Chaque tache decrit une commande a executer avec des entrees et sorties typees et des exigences d execution telles que CPU, memoire et images conteneur.\n\nDeveloppe initialement au Broad Institute, WDL est gere par la communaute OpenWDL et largement utilise en genomique et medecine de precision sur des plateformes telles que Terra, Google Life Sciences et AWS Batch. Sa syntaxe declarative facilite la lecture, la maintenance et le partage des pipelines."
|
|
36
|
+
},
|
|
37
|
+
de: {
|
|
38
|
+
name: "WDL",
|
|
39
|
+
description: "Workflow-Definitionssprache fur portable und reproduzierbare Daten-Pipelines.",
|
|
40
|
+
longDescription: "WDL (Workflow Description Language) ist eine menschenlesbare Spezifikationssprache zur Definition von Tasks, Workflows und deren Abhangigkeiten auf portable und reproduzierbare Weise. Jeder Task beschreibt einen auszufuhrenden Befehl mit typisierten Ein- und Ausgaben sowie Laufzeitanforderungen wie CPU, Speicher und Container-Images.\n\nUrsprunglich am Broad Institute entwickelt, wird WDL von der OpenWDL-Community betreut und ist weit verbreitet in Genomik und Prazisionsmedizin auf Plattformen wie Terra, Google Life Sciences und AWS Batch. Die deklarative Syntax erleichtert das Lesen, Pflegen und Teilen von Pipelines zwischen Forschungsgruppen."
|
|
41
|
+
},
|
|
42
|
+
pt: {
|
|
43
|
+
name: "WDL",
|
|
44
|
+
description: "Linguagem de definicao de workflow para descrever pipelines de dados portaveis e reproduziveis.",
|
|
45
|
+
longDescription: "WDL (Workflow Description Language) e uma linguagem de especificacao legivel para definir tarefas, workflows e suas dependencias de forma portavel e reproduzivel. Cada tarefa descreve um comando a ser executado com entradas e saidas tipadas e requisitos de execucao como CPU, memoria e imagens de container.\n\nDesenvolvido originalmente no Broad Institute, o WDL e gerenciado pela comunidade OpenWDL e amplamente utilizado em genomica e medicina de precisao em plataformas como Terra, Google Life Sciences e AWS Batch. Sua sintaxe declarativa facilita a leitura, manutencao e compartilhamento de pipelines entre grupos de pesquisa."
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export { wdl };
|
|
@@ -47,6 +47,9 @@ declare const languageIndex: readonly [{
|
|
|
47
47
|
}, {
|
|
48
48
|
readonly slug: "assembly";
|
|
49
49
|
readonly extensions: readonly [".asm", ".s", ".S", ".inc"];
|
|
50
|
+
}, {
|
|
51
|
+
readonly slug: "angelscript";
|
|
52
|
+
readonly extensions: readonly [".as", ".angelscript"];
|
|
50
53
|
}, {
|
|
51
54
|
readonly slug: "astro";
|
|
52
55
|
readonly extensions: readonly [".astro"];
|
|
@@ -260,6 +263,9 @@ declare const languageIndex: readonly [{
|
|
|
260
263
|
}, {
|
|
261
264
|
readonly slug: "gleam";
|
|
262
265
|
readonly extensions: readonly [".gleam"];
|
|
266
|
+
}, {
|
|
267
|
+
readonly slug: "gml";
|
|
268
|
+
readonly extensions: readonly [".gml"];
|
|
263
269
|
}, {
|
|
264
270
|
readonly slug: "glsl";
|
|
265
271
|
readonly extensions: readonly [".glsl", ".vert", ".frag", ".geom", ".tesc", ".tese", ".comp", ".vs", ".fs"];
|
|
@@ -323,6 +329,9 @@ declare const languageIndex: readonly [{
|
|
|
323
329
|
}, {
|
|
324
330
|
readonly slug: "ink";
|
|
325
331
|
readonly extensions: readonly [".ink"];
|
|
332
|
+
}, {
|
|
333
|
+
readonly slug: "ink-narrative";
|
|
334
|
+
readonly extensions: readonly [".ink"];
|
|
326
335
|
}, {
|
|
327
336
|
readonly slug: "io";
|
|
328
337
|
readonly extensions: readonly [".io"];
|
|
@@ -452,6 +461,9 @@ declare const languageIndex: readonly [{
|
|
|
452
461
|
}, {
|
|
453
462
|
readonly slug: "metal";
|
|
454
463
|
readonly extensions: readonly [".metal"];
|
|
464
|
+
}, {
|
|
465
|
+
readonly slug: "modelica";
|
|
466
|
+
readonly extensions: readonly [".mo"];
|
|
455
467
|
}, {
|
|
456
468
|
readonly slug: "mojo";
|
|
457
469
|
readonly extensions: readonly [".mojo"];
|
|
@@ -470,6 +482,9 @@ declare const languageIndex: readonly [{
|
|
|
470
482
|
}, {
|
|
471
483
|
readonly slug: "n1ql";
|
|
472
484
|
readonly extensions: readonly [".n1ql"];
|
|
485
|
+
}, {
|
|
486
|
+
readonly slug: "nextflow";
|
|
487
|
+
readonly extensions: readonly [".nf"];
|
|
473
488
|
}, {
|
|
474
489
|
readonly slug: "nginx";
|
|
475
490
|
readonly extensions: readonly ["nginx.conf", ".nginx", ".conf"];
|
|
@@ -494,6 +509,9 @@ declare const languageIndex: readonly [{
|
|
|
494
509
|
}, {
|
|
495
510
|
readonly slug: "ocaml";
|
|
496
511
|
readonly extensions: readonly [".ml", ".mli", ".mll", ".mly", ".mlt", ".eliom", ".eliomi"];
|
|
512
|
+
}, {
|
|
513
|
+
readonly slug: "octave";
|
|
514
|
+
readonly extensions: readonly [".m", ".octave"];
|
|
497
515
|
}, {
|
|
498
516
|
readonly slug: "oberon";
|
|
499
517
|
readonly extensions: readonly [".ob", ".mod"];
|
|
@@ -638,6 +656,9 @@ declare const languageIndex: readonly [{
|
|
|
638
656
|
}, {
|
|
639
657
|
readonly slug: "smarty";
|
|
640
658
|
readonly extensions: readonly [".tpl", ".smarty"];
|
|
659
|
+
}, {
|
|
660
|
+
readonly slug: "snakemake";
|
|
661
|
+
readonly extensions: readonly [".smk", "Snakefile"];
|
|
641
662
|
}, {
|
|
642
663
|
readonly slug: "snobol";
|
|
643
664
|
readonly extensions: readonly [".sno", ".snobol"];
|
|
@@ -656,9 +677,15 @@ declare const languageIndex: readonly [{
|
|
|
656
677
|
}, {
|
|
657
678
|
readonly slug: "spl";
|
|
658
679
|
readonly extensions: readonly [".spl"];
|
|
680
|
+
}, {
|
|
681
|
+
readonly slug: "spss";
|
|
682
|
+
readonly extensions: readonly [".sps", ".spss"];
|
|
659
683
|
}, {
|
|
660
684
|
readonly slug: "sql";
|
|
661
685
|
readonly extensions: readonly [".sql"];
|
|
686
|
+
}, {
|
|
687
|
+
readonly slug: "squirrel";
|
|
688
|
+
readonly extensions: readonly [".nut"];
|
|
662
689
|
}, {
|
|
663
690
|
readonly slug: "standard-ml";
|
|
664
691
|
readonly extensions: readonly [".sml", ".sig", ".fun"];
|
|
@@ -710,6 +737,9 @@ declare const languageIndex: readonly [{
|
|
|
710
737
|
}, {
|
|
711
738
|
readonly slug: "tsql";
|
|
712
739
|
readonly extensions: readonly [".sql", ".tsql"];
|
|
740
|
+
}, {
|
|
741
|
+
readonly slug: "twee";
|
|
742
|
+
readonly extensions: readonly [".tw", ".twee", ".tw2"];
|
|
713
743
|
}, {
|
|
714
744
|
readonly slug: "twig";
|
|
715
745
|
readonly extensions: readonly [".twig"];
|
|
@@ -755,6 +785,9 @@ declare const languageIndex: readonly [{
|
|
|
755
785
|
}, {
|
|
756
786
|
readonly slug: "webassembly";
|
|
757
787
|
readonly extensions: readonly [".wasm", ".wat"];
|
|
788
|
+
}, {
|
|
789
|
+
readonly slug: "wdl";
|
|
790
|
+
readonly extensions: readonly [".wdl"];
|
|
758
791
|
}, {
|
|
759
792
|
readonly slug: "wgsl";
|
|
760
793
|
readonly extensions: readonly [".wgsl"];
|
|
@@ -47,6 +47,9 @@ declare const languageIndex: readonly [{
|
|
|
47
47
|
}, {
|
|
48
48
|
readonly slug: "assembly";
|
|
49
49
|
readonly extensions: readonly [".asm", ".s", ".S", ".inc"];
|
|
50
|
+
}, {
|
|
51
|
+
readonly slug: "angelscript";
|
|
52
|
+
readonly extensions: readonly [".as", ".angelscript"];
|
|
50
53
|
}, {
|
|
51
54
|
readonly slug: "astro";
|
|
52
55
|
readonly extensions: readonly [".astro"];
|
|
@@ -260,6 +263,9 @@ declare const languageIndex: readonly [{
|
|
|
260
263
|
}, {
|
|
261
264
|
readonly slug: "gleam";
|
|
262
265
|
readonly extensions: readonly [".gleam"];
|
|
266
|
+
}, {
|
|
267
|
+
readonly slug: "gml";
|
|
268
|
+
readonly extensions: readonly [".gml"];
|
|
263
269
|
}, {
|
|
264
270
|
readonly slug: "glsl";
|
|
265
271
|
readonly extensions: readonly [".glsl", ".vert", ".frag", ".geom", ".tesc", ".tese", ".comp", ".vs", ".fs"];
|
|
@@ -323,6 +329,9 @@ declare const languageIndex: readonly [{
|
|
|
323
329
|
}, {
|
|
324
330
|
readonly slug: "ink";
|
|
325
331
|
readonly extensions: readonly [".ink"];
|
|
332
|
+
}, {
|
|
333
|
+
readonly slug: "ink-narrative";
|
|
334
|
+
readonly extensions: readonly [".ink"];
|
|
326
335
|
}, {
|
|
327
336
|
readonly slug: "io";
|
|
328
337
|
readonly extensions: readonly [".io"];
|
|
@@ -452,6 +461,9 @@ declare const languageIndex: readonly [{
|
|
|
452
461
|
}, {
|
|
453
462
|
readonly slug: "metal";
|
|
454
463
|
readonly extensions: readonly [".metal"];
|
|
464
|
+
}, {
|
|
465
|
+
readonly slug: "modelica";
|
|
466
|
+
readonly extensions: readonly [".mo"];
|
|
455
467
|
}, {
|
|
456
468
|
readonly slug: "mojo";
|
|
457
469
|
readonly extensions: readonly [".mojo"];
|
|
@@ -470,6 +482,9 @@ declare const languageIndex: readonly [{
|
|
|
470
482
|
}, {
|
|
471
483
|
readonly slug: "n1ql";
|
|
472
484
|
readonly extensions: readonly [".n1ql"];
|
|
485
|
+
}, {
|
|
486
|
+
readonly slug: "nextflow";
|
|
487
|
+
readonly extensions: readonly [".nf"];
|
|
473
488
|
}, {
|
|
474
489
|
readonly slug: "nginx";
|
|
475
490
|
readonly extensions: readonly ["nginx.conf", ".nginx", ".conf"];
|
|
@@ -494,6 +509,9 @@ declare const languageIndex: readonly [{
|
|
|
494
509
|
}, {
|
|
495
510
|
readonly slug: "ocaml";
|
|
496
511
|
readonly extensions: readonly [".ml", ".mli", ".mll", ".mly", ".mlt", ".eliom", ".eliomi"];
|
|
512
|
+
}, {
|
|
513
|
+
readonly slug: "octave";
|
|
514
|
+
readonly extensions: readonly [".m", ".octave"];
|
|
497
515
|
}, {
|
|
498
516
|
readonly slug: "oberon";
|
|
499
517
|
readonly extensions: readonly [".ob", ".mod"];
|
|
@@ -638,6 +656,9 @@ declare const languageIndex: readonly [{
|
|
|
638
656
|
}, {
|
|
639
657
|
readonly slug: "smarty";
|
|
640
658
|
readonly extensions: readonly [".tpl", ".smarty"];
|
|
659
|
+
}, {
|
|
660
|
+
readonly slug: "snakemake";
|
|
661
|
+
readonly extensions: readonly [".smk", "Snakefile"];
|
|
641
662
|
}, {
|
|
642
663
|
readonly slug: "snobol";
|
|
643
664
|
readonly extensions: readonly [".sno", ".snobol"];
|
|
@@ -656,9 +677,15 @@ declare const languageIndex: readonly [{
|
|
|
656
677
|
}, {
|
|
657
678
|
readonly slug: "spl";
|
|
658
679
|
readonly extensions: readonly [".spl"];
|
|
680
|
+
}, {
|
|
681
|
+
readonly slug: "spss";
|
|
682
|
+
readonly extensions: readonly [".sps", ".spss"];
|
|
659
683
|
}, {
|
|
660
684
|
readonly slug: "sql";
|
|
661
685
|
readonly extensions: readonly [".sql"];
|
|
686
|
+
}, {
|
|
687
|
+
readonly slug: "squirrel";
|
|
688
|
+
readonly extensions: readonly [".nut"];
|
|
662
689
|
}, {
|
|
663
690
|
readonly slug: "standard-ml";
|
|
664
691
|
readonly extensions: readonly [".sml", ".sig", ".fun"];
|
|
@@ -710,6 +737,9 @@ declare const languageIndex: readonly [{
|
|
|
710
737
|
}, {
|
|
711
738
|
readonly slug: "tsql";
|
|
712
739
|
readonly extensions: readonly [".sql", ".tsql"];
|
|
740
|
+
}, {
|
|
741
|
+
readonly slug: "twee";
|
|
742
|
+
readonly extensions: readonly [".tw", ".twee", ".tw2"];
|
|
713
743
|
}, {
|
|
714
744
|
readonly slug: "twig";
|
|
715
745
|
readonly extensions: readonly [".twig"];
|
|
@@ -755,6 +785,9 @@ declare const languageIndex: readonly [{
|
|
|
755
785
|
}, {
|
|
756
786
|
readonly slug: "webassembly";
|
|
757
787
|
readonly extensions: readonly [".wasm", ".wat"];
|
|
788
|
+
}, {
|
|
789
|
+
readonly slug: "wdl";
|
|
790
|
+
readonly extensions: readonly [".wdl"];
|
|
758
791
|
}, {
|
|
759
792
|
readonly slug: "wgsl";
|
|
760
793
|
readonly extensions: readonly [".wgsl"];
|