2024-04-16 16:46:31 -04:00
|
|
|
{
|
|
|
|
"steps": [{
|
|
|
|
"args": "check exists.ts",
|
|
|
|
"output": "exists.out"
|
|
|
|
}, {
|
|
|
|
"args": "run --check exists.ts",
|
|
|
|
"output": "exists_run_with_check.out",
|
|
|
|
"exitCode": 1
|
|
|
|
}, {
|
|
|
|
"args": "check not_exists.ts",
|
|
|
|
"output": "not_exists.out",
|
|
|
|
"exitCode": 1
|
2025-01-03 16:49:56 -05:00
|
|
|
}, {
|
|
|
|
"args": "run --check not_exists.ts",
|
|
|
|
"output": "not_exists.out",
|
|
|
|
"exitCode": 1
|
2024-04-16 16:46:31 -04:00
|
|
|
}, {
|
|
|
|
"args": "check exists_and_try_uses.ts",
|
|
|
|
"output": "exists_and_try_uses.out",
|
|
|
|
"exitCode": 1
|
|
|
|
}, {
|
|
|
|
"args": "check exists_dynamic_import.ts",
|
|
|
|
"output": "Check file:///[WILDCARD]exists_dynamic_import.ts\n"
|
|
|
|
}, {
|
|
|
|
"args": "run --check --reload exists_dynamic_import.ts",
|
|
|
|
"output": "Check file:///[WILDCARD]exists_dynamic_import.ts\n"
|
|
|
|
}]
|
|
|
|
}
|