/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/cpu_prof/source_map/__test__.jsonc
17 строк
403 B
Bartek Iwańczuk
fix(runtime): apply source maps to CPU profiler output (#32634)
15 мар 2026, 18:27
Не верифицирован
15 мар 2026, 18:27
24bc84e
Код
Авторство
О чём код?
{ "tempDir": true, "tests": { "source_map": { "steps": [ { "args": "run --cpu-prof-dir=. main.ts", "output": "Computed fibonacci(30): [WILDCARD]\n" }, { "args": "run --allow-read verify.js", "output": "Source maps applied correctly: [WILDCARD] nodes reference main.ts with valid line numbers\n" } ] } } }