/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/compile/bundle/basic/__test__.jsonc
24 строки
511 B
Bartek Iwańczuk
feat(unstable): add --bundle flag to `deno compile` (#34527)
31 май 2026, 11:07
Не верифицирован
31 май 2026, 11:07
4ec12da
Код
Авторство
О чём код?
{ "tempDir": true, "steps": [{ "if": "unix", "args": "compile --bundle --no-check --output main main.ts", "output": "compile.out" }, { "if": "unix", "commandName": "./main", "args": [], "output": "run.out", "exitCode": 0 }, { "if": "windows", "args": "compile --bundle --no-check --output main.exe main.ts", "output": "compile.out" }, { "if": "windows", "commandName": "./main.exe", "args": [], "output": "run.out", "exitCode": 0 }] }