0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-15 01:57:09 -05:00

fix(config): add unstable features as examples to config schema (#22814)

This commit is contained in:
David Sherret 2024-03-08 18:11:05 -05:00 committed by Nathan Whitaker
parent 49998341b4
commit 776d756472
No known key found for this signature in database

View file

@ -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",