mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -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.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"examples": [
|
||||
"broadcast-channel",
|
||||
"bare-node-builtins",
|
||||
"byonm",
|
||||
"cron",
|
||||
"ffi",
|
||||
"fs",
|
||||
"http",
|
||||
"kv",
|
||||
"net",
|
||||
"sloppy-imports",
|
||||
"temporal",
|
||||
"unsafe-proto",
|
||||
"webgpu",
|
||||
"worker-options"
|
||||
]
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Reference in a new issue