/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/compile/no_code_cache/__test__.jsonc
22 строки
537 B
David Sherret
perf(compile): code cache (#26528)
18 ноя 2024, 23:09
Не верифицирован
18 ноя 2024, 23:09
dd4570e
Код
Авторство
О чём код?
{ "tempDir": true, "steps": [{ "if": "unix", "args": "compile --output no_code_cache --no-code-cache --log-level=debug main.ts", "output": "[WILDCARD]" }, { "if": "unix", "commandName": "./no_code_cache", "args": [], "output": "main.out" }, { "if": "windows", "args": "compile --output no_code_cache.exe --no-code-cache --log-level=debug main.ts", "output": "[WILDCARD]" }, { "if": "windows", "commandName": "./no_code_cache.exe", "args": [], "output": "main.out" }] }