mirror of
https://github.com/denoland/deno.git
synced 2025-02-16 02:26:08 -05:00
fix(config): add unstable features as examples to config schema (#22814)
This commit is contained in:
parent
49998341b4
commit
776d756472
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…
Add table
Reference in a new issue