mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
04a9cc95ac
This commit improves error messages for unstable APIs: - `--unstable-broadcast-channel` - `--unstable-cron` - `--unstable-http` - `--unstable-kv` - `--unstable-temporal` By providing information and hints what went wrong and how the error can be fixed. It reuses the same infra that was added in https://github.com/denoland/deno/pull/21764.
34 lines
665 B
Text
34 lines
665 B
Text
{
|
|
"tests": {
|
|
"broadcast_channel": {
|
|
"args": "run broadcast_channel.ts",
|
|
"exitCode": 1,
|
|
"output": "broadcast_channel.out"
|
|
},
|
|
"cron": {
|
|
"args": "run cron.ts",
|
|
"exitCode": 1,
|
|
"output": "cron.out"
|
|
},
|
|
"http": {
|
|
"args": "run http.ts",
|
|
"exitCode": 1,
|
|
"output": "http.out"
|
|
},
|
|
"http_wss": {
|
|
"args": "run http_wss.ts",
|
|
"exitCode": 1,
|
|
"output": "http_wss.out"
|
|
},
|
|
"kv": {
|
|
"args": "run kv.ts",
|
|
"exitCode": 1,
|
|
"output": "kv.out"
|
|
},
|
|
"temporal": {
|
|
"args": "run temporal.ts",
|
|
"exitCode": 1,
|
|
"output": "temporal.out"
|
|
}
|
|
}
|
|
}
|