/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/compile/node_fstat/__test__.jsonc
24 строки
529 B
em
fix(compile): support fs.fstatSync on vfs (#34892)
05 июн 2026, 11:05
Не верифицирован
05 июн 2026, 11:05
1ded28f
Код
Авторство
О чём код?
{ "tempDir": true, // use this so the vfs output is all in the same folder "canonicalizedTempDir": true, "steps": [{ "if": "unix", "args": "compile -A --output main main.ts", "output": "[WILDCARD]" }, { "if": "unix", "commandName": "./main", "args": [], "output": "main.out" }, { "if": "windows", "args": "compile -A --output main.exe main.ts", "output": "[WILDCARD]" }, { "if": "windows", "commandName": "./main.exe", "args": [], "output": "main.out" }] }