/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/compile/engine_quickjs/__test__.jsonc
14 строк
250 B
Nathan Whitaker
feat: add experimental QuickJS backend (#36194)
04 авг 2026, 19:08
Не верифицирован
04 авг 2026, 19:08
fa9ba06
Код
Авторство
О чём код?
{ "tempDir": true, "steps": [ { "args": "compile --engine quickjs --output main main.ts", "output": "compile.out" }, { "commandName": "./main", "args": [], "output": "quickjs flag accepted\n" } ] }