1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

fix(config): move json schema unstable examples to item (#23506)

This commit is contained in:
David Sherret 2024-04-24 16:13:33 -04:00 committed by GitHub
parent 764f390163
commit 63e0f3647f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -549,8 +549,7 @@
"type": "array", "type": "array",
"description": "List of unstable features to enable.", "description": "List of unstable features to enable.",
"items": { "items": {
"type": "string" "type": "string",
},
"examples": [ "examples": [
"broadcast-channel", "broadcast-channel",
"bare-node-builtins", "bare-node-builtins",
@ -567,6 +566,7 @@
"webgpu", "webgpu",
"worker-options" "worker-options"
] ]
}
}, },
"name": { "name": {
"type": "string", "type": "string",