mirror of
https://github.com/denoland/deno.git
synced 2024-12-11 01:58:05 -05:00
7400181ecb
Fixes #26901
21 lines
339 B
Text
21 lines
339 B
Text
{
|
|
"tempDir": true,
|
|
"steps": [
|
|
{
|
|
"args": [
|
|
"doc",
|
|
"--html",
|
|
"--name=MyLib",
|
|
"a.ts",
|
|
"b.ts"
|
|
],
|
|
"output": "Written 23 files to \"./docs/\"\n",
|
|
"exitCode": 0
|
|
},
|
|
{
|
|
"args": "run --allow-read check_file.ts",
|
|
"output": "",
|
|
"exitCode": 0
|
|
}
|
|
]
|
|
}
|