Skip to content

Commit 312bf69

Browse files
committed
build artifacts
1 parent e213ac4 commit 312bf69

File tree

5 files changed

+97
-15
lines changed

5 files changed

+97
-15
lines changed

src/resources/editor/tools/vs-code.mjs

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23758,6 +23758,7 @@ var require_yaml_intelligence_resources = __commonJS({
2375823758
"Manuscript configuration",
2375923759
"internal-schema-hack",
2376023760
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019.",
23761+
"When defined, run axe-core accessibility tests on the document.",
2376123762
"Project configuration.",
2376223763
"Project type (<code>default</code>, <code>website</code>,\n<code>book</code>, or <code>manuscript</code>)",
2376323764
"Files to render (defaults to all files)",
@@ -24332,12 +24333,12 @@ var require_yaml_intelligence_resources = __commonJS({
2433224333
mermaid: "%%"
2433324334
},
2433424335
"handlers/mermaid/schema.yml": {
24335-
_internalId: 195562,
24336+
_internalId: 196726,
2433624337
type: "object",
2433724338
description: "be an object",
2433824339
properties: {
2433924340
"mermaid-format": {
24340-
_internalId: 195554,
24341+
_internalId: 196718,
2434124342
type: "enum",
2434224343
enum: [
2434324344
"png",
@@ -24353,7 +24354,7 @@ var require_yaml_intelligence_resources = __commonJS({
2435324354
exhaustiveCompletions: true
2435424355
},
2435524356
theme: {
24356-
_internalId: 195561,
24357+
_internalId: 196725,
2435724358
type: "anyOf",
2435824359
anyOf: [
2435924360
{
@@ -24393,7 +24394,30 @@ var require_yaml_intelligence_resources = __commonJS({
2439324394
"case-detection": true
2439424395
},
2439524396
$id: "handlers/mermaid"
24396-
}
24397+
},
24398+
"schema/document-a11y.yml": [
24399+
{
24400+
name: "axe",
24401+
schema: {
24402+
anyOf: [
24403+
true,
24404+
{
24405+
object: {
24406+
properties: {
24407+
output: {
24408+
enum: [
24409+
"json"
24410+
],
24411+
description: "If true, output axe-core results on console in JSON format."
24412+
}
24413+
}
24414+
}
24415+
}
24416+
]
24417+
},
24418+
description: "When defined, run axe-core accessibility tests on the document."
24419+
}
24420+
]
2439724421
};
2439824422
}
2439924423
});

src/resources/editor/tools/yaml/web-worker.js

Lines changed: 28 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/editor/tools/yaml/yaml-intelligence-resources.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16730,6 +16730,7 @@
1673016730
"Manuscript configuration",
1673116731
"internal-schema-hack",
1673216732
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto’s default order\nis ‘knitr’, ‘jupyter’, ‘markdown’, ‘julia’.",
16733+
"When defined, run axe-core accessibility tests on the document.",
1673316734
"Project configuration.",
1673416735
"Project type (<code>default</code>, <code>website</code>,\n<code>book</code>, or <code>manuscript</code>)",
1673516736
"Files to render (defaults to all files)",
@@ -17304,12 +17305,12 @@
1730417305
"mermaid": "%%"
1730517306
},
1730617307
"handlers/mermaid/schema.yml": {
17307-
"_internalId": 195562,
17308+
"_internalId": 196726,
1730817309
"type": "object",
1730917310
"description": "be an object",
1731017311
"properties": {
1731117312
"mermaid-format": {
17312-
"_internalId": 195554,
17313+
"_internalId": 196718,
1731317314
"type": "enum",
1731417315
"enum": [
1731517316
"png",
@@ -17325,7 +17326,7 @@
1732517326
"exhaustiveCompletions": true
1732617327
},
1732717328
"theme": {
17328-
"_internalId": 195561,
17329+
"_internalId": 196725,
1732917330
"type": "anyOf",
1733017331
"anyOf": [
1733117332
{
@@ -17365,5 +17366,28 @@
1736517366
"case-detection": true
1736617367
},
1736717368
"$id": "handlers/mermaid"
17368-
}
17369+
},
17370+
"schema/document-a11y.yml": [
17371+
{
17372+
"name": "axe",
17373+
"schema": {
17374+
"anyOf": [
17375+
true,
17376+
{
17377+
"object": {
17378+
"properties": {
17379+
"output": {
17380+
"enum": [
17381+
"json"
17382+
],
17383+
"description": "If true, output axe-core results on console in JSON format."
17384+
}
17385+
}
17386+
}
17387+
}
17388+
]
17389+
},
17390+
"description": "When defined, run axe-core accessibility tests on the document."
17391+
}
17392+
]
1736917393
}

src/resources/formats/html/esbuild-analysis-cache.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"quarto.js": {
33
"inputs": {
44
"quarto.js": {
5-
"bytes": 26830,
5+
"bytes": 26885,
66
"imports": [],
77
"format": "esm"
88
}
@@ -25,10 +25,10 @@
2525
"entryPoint": "quarto.js",
2626
"inputs": {
2727
"quarto.js": {
28-
"bytesInOutput": 22313
28+
"bytesInOutput": 22368
2929
}
3030
},
31-
"bytes": 22313
31+
"bytes": 22368
3232
}
3333
}
3434
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
- name: axe
2+
schema:
3+
anyOf:
4+
- true
5+
- object:
6+
properties:
7+
output:
8+
enum: [json]
9+
description: "If true, output axe-core results on console in JSON format."
10+
description: "When defined, run axe-core accessibility tests on the document."

0 commit comments

Comments
 (0)