/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/run/node_builtin_modules/__test__.jsonc
12 строк
238 B
David Sherret
fix(node/byonm): do not accidentally resolve bare node built-ins (#25543)
10 сен 2024, 00:35
Не верифицирован
10 сен 2024, 00:35
560ad03
Код
Авторство
О чём код?
{ "tests": { "ts": { "args": "run --quiet --allow-read mod.ts hello there", "output": "mod.ts.out" }, "js": { "args": "run --quiet --allow-read mod.js hello there", "output": "mod.js.out" } } }