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:
parent
764f390163
commit
63e0f3647f
1 changed files with 18 additions and 18 deletions
|
@ -549,24 +549,24 @@
|
||||||
"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",
|
"byonm",
|
||||||
"byonm",
|
"cron",
|
||||||
"cron",
|
"ffi",
|
||||||
"ffi",
|
"fs",
|
||||||
"fs",
|
"http",
|
||||||
"http",
|
"kv",
|
||||||
"kv",
|
"net",
|
||||||
"net",
|
"sloppy-imports",
|
||||||
"sloppy-imports",
|
"temporal",
|
||||||
"temporal",
|
"unsafe-proto",
|
||||||
"unsafe-proto",
|
"webgpu",
|
||||||
"webgpu",
|
"worker-options"
|
||||||
"worker-options"
|
]
|
||||||
]
|
}
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
Loading…
Reference in a new issue