/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/run/sourcemap_nonexistent_source/__test__.jsonc
14 строк
289 B
Felipe Cardozo
tests: update sourcemap tests for npm-only source existence check (#31601)
16 дек 2025, 01:21
Не верифицирован
16 дек 2025, 01:21
efea61e
Код
Авторство
О чём код?
{ "tests": { "node_modules": { "args": "run --allow-read node_modules.ts", "output": "node_modules.out", "exitCode": 1 }, "not_node_modules": { "args": "run not_node_modules.js", "output": "not_node_modules.out", "exitCode": 1 } } }