/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/compile/code_cache/__test__.jsonc
35 строк
827 B
David Sherret
fix(compile): be more deterministic when compiling the same code in different directories (#27395)
19 дек 2024, 20:53
Не верифицирован
19 дек 2024, 20:53
074444a
Код
Авторство
О чём код?
{ "tempDir": true, "steps": [{ "args": "run -A cleanup.ts", "output": "[WILDCARD]" }, { "if": "unix", "args": "compile --output using_code_cache --log-level=debug main.ts", "output": "[WILDCARD]" }, { "if": "unix", "commandName": "./using_code_cache", "args": [], "output": "first_run.out" }, { "if": "unix", "commandName": "./using_code_cache", "args": [], "output": "second_run.out" }, { "if": "windows", "args": "compile --output using_code_cache.exe --log-level=debug main.ts", "output": "[WILDCARD]" }, { "if": "windows", "commandName": "./using_code_cache.exe", "args": [], "output": "first_run.out" }, { "if": "windows", "commandName": "./using_code_cache.exe", "args": [], "output": "second_run.out" }] }