/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/compile/node_modules_include/__test__.jsonc
14 строк
270 B
David Sherret
fix(compile): do not panic including node_modules directory (#28782)
08 апр 2025, 02:43
Не верифицирован
08 апр 2025, 02:43
96b06c6
Код
Авторство
О чём код?
{ "tempDir": true, "steps": [{ "args": "install", "output": "[WILDCARD]" }, { "args": "compile --output binary --include node_modules main.ts", "output": "[WILDCARD]" }, { "commandName": "./binary", "args": [], "output": "3\n" }] }