mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
49f97d5f85
Closes #23079
11 lines
196 B
Text
11 lines
196 B
Text
{
|
|
"steps": [{
|
|
"args": "check main.ts",
|
|
"output": "main.out",
|
|
"exitCode": 1
|
|
}, {
|
|
"args": "check no_default_lib.ts",
|
|
"output": "no_default_lib.out",
|
|
"exitCode": 1
|
|
}]
|
|
}
|