mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
fix(config): add unstable features as examples to config schema (#22814)
This commit is contained in:
parent
119744c285
commit
0146abd9fe
1 changed files with 17 additions and 1 deletions
|
@ -542,7 +542,23 @@
|
||||||
"description": "List of unstable features to enable.",
|
"description": "List of unstable features to enable.",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
},
|
||||||
|
"examples": [
|
||||||
|
"broadcast-channel",
|
||||||
|
"bare-node-builtins",
|
||||||
|
"byonm",
|
||||||
|
"cron",
|
||||||
|
"ffi",
|
||||||
|
"fs",
|
||||||
|
"http",
|
||||||
|
"kv",
|
||||||
|
"net",
|
||||||
|
"sloppy-imports",
|
||||||
|
"temporal",
|
||||||
|
"unsafe-proto",
|
||||||
|
"webgpu",
|
||||||
|
"worker-options"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
Loading…
Reference in a new issue