/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/compile/include/folder/__test__.jsonc
24 строки
541 B
David Sherret
fix(compile): correct buffered reading of assets and files (#27008)
22 ноя 2024, 22:26
Не верифицирован
22 ноя 2024, 22:26
4ded751
Код
Авторство
О чём код?
{ "tempDir": true, "steps": [{ "if": "unix", "args": "compile --allow-read=data --include data --output main main.js", "output": "[WILDCARD]" }, { "if": "unix", "commandName": "./main", "args": [], "output": "output.out", "exitCode": 0 }, { "if": "windows", "args": "compile --allow-read=data --include data --output main.exe main.js", "output": "[WILDCARD]" }, { "if": "windows", "commandName": "./main.exe", "args": [], "output": "output.out", "exitCode": 0 }] }