/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/compile/patch/__test__.jsonc
22 строки
451 B
David Sherret
feat(unstable): ability to use a local copy of jsr packages (#25068)
20 авг 2024, 17:11
Не верифицирован
20 авг 2024, 17:11
f1c58ec
Код
Авторство
О чём код?
{ "tempDir": true, "steps": [{ "if": "unix", "args": "compile --output my-app main/main.ts", "output": "[WILDCARD]" }, { "if": "unix", "commandName": "./my-app", "args": [], "output": "main.out" }, { "if": "windows", "args": "compile --output my-app.exe main/main.ts", "output": "[WILDCARD]" }, { "if": "windows", "commandName": "./my-app.exe", "args": [], "output": "main.out" }] }