/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/compile/include/node_fs/__test__.jsonc
24 строки
519 B
Bartek Iwańczuk
fix(ext/node): support node:fs APIs on VFS files in deno compile (#33803)
05 май 2026, 16:23
Не верифицирован
05 май 2026, 16:23
6d28e29
Код
Авторство
О чём код?
{ "tempDir": true, "steps": [{ "if": "unix", "args": "compile -A --include data.txt --output main main.js", "output": "[WILDCARD]" }, { "if": "unix", "commandName": "./main", "args": [], "output": "output.out", "exitCode": 0 }, { "if": "windows", "args": "compile -A --include data.txt --output main.exe main.js", "output": "[WILDCARD]" }, { "if": "windows", "commandName": "./main.exe", "args": [], "output": "output.out", "exitCode": 0 }] }