/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/compile/node_api/__test__.jsonc
14 строк
284 B
Nathan Whitaker
fix(compile): intel mac compile fix (#31575)
12 дек 2025, 02:05
Не верифицирован
12 дек 2025, 02:05
5a51219
Код
Авторство
О чём код?
{ "tempDir": true, "steps": [{ "args": "install --allow-scripts", "output": "[WILDCARD]" }, { "args": "compile --no-check --allow-ffi --output out main.ts", "output": "[WILDCARD]" }, { "commandName": "./out", "args": [], "output": "world\n" }] }